Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pq-src requirement from 0.1.3 to 0.3.2 #566

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Updates the requirements on pq-src to permit the latest version.

Changelog

Sourced from pq-src's changelog.

pq-src [0.3.2] 2024-09-27

Changed

  • Update the bundled libpq version to the postgres 17.0 release

pq-sys [0.6.3] 2024-09-18

Fixed

  • Linking of bundled libpq with the bundled_without_openssl feature

pq-sys [0.6.2] 2024-09-09

Changed

  • openssl usage can now be disabled with the bundled_without_openssl feature of pq-sys. To deactivate openssl, enable it:
    [dependencies]
    pq-sys = { version = "0.3.0", features = ["bundled_without_openssl"]}
    This disables the TLS support in libpq, so that you cannot connect to a database requiring TLS anymore.

pq-sys [0.6.1] 2024-06-11

Changed

  • pq-src starting with version 0.3 now depends on openssl on windows as well add support for the scram-sha-256 authentication method
  • pq-sys adds support for pq-src 0.3.0

pq-sys [0.6.0] 2024-05-17

Changed

  • The bundled feature of pq-sys no longer build a bundled version of openssl. To bundle openssl when compiling libpq from source, add openssl-sys with the vendored feature to your crate dependencies:
    [dependencies]
    openssl-sys = { version = "0.9.93", features = ["vendored"] }

pq-src [0.1.6] 2024-04-12

Changed

  • Fixed a potential compilation error on MacOS

pq-src [0.1.5] 2024-04-10

... (truncated)

Commits
  • 2f5bfc3 Prepare a pq-src 0.3.2 release
  • 2808922 Merge pull request #68 from sgrif/bump/postgres_17
  • c300b02 Update bundled libpq version to postgres 17
  • efca560 Prepare a 0.6.3 release
  • 2e8c53c Merge pull request #67 from stormshield-gt/fix-linker-error-with-diesel-witho...
  • d333779 Fix linker error when building without openssl
  • 61f8530 Prepare a 0.6.2 release
  • 1c98950 Merge pull request #66 from stormshield-gt/make_usage_of_openssl_optional
  • 2945b4a Minor cleanup
  • 1159ebd Make usage of openSSL optional
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pq-src](https://github.com/sgrif/pq-sys) to permit the latest version.
- [Release notes](https://github.com/sgrif/pq-sys/releases)
- [Changelog](https://github.com/sgrif/pq-sys/blob/master/CHANGELOG.md)
- [Commits](sgrif/pq-sys@v0.1.3...v0.3.2)

---
updated-dependencies:
- dependency-name: pq-src
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
@lnicola lnicola merged commit 89beba7 into master Sep 30, 2024
14 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/pq-src-0.3.2 branch September 30, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant