chore: bump the all-deps group across 1 directory with 7 updates#29
Open
dependabot[bot] wants to merge 1 commit into
Open
chore: bump the all-deps group across 1 directory with 7 updates#29dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.16.3` | `1.17.1` | | [ctor](https://github.com/mmastrac/linktime) | `0.11.1` | `1.0.7` | | [postgresql_commands](https://github.com/theseus-rs/postgresql-embedded) | `0.20.2` | `0.20.4` | | [postgresql_embedded](https://github.com/theseus-rs/postgresql-embedded) | `0.20.2` | `0.20.4` | | [rustls](https://github.com/rustls/rustls) | `0.23.40` | `0.23.41` | Updates `bytes` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.1...v1.12.0) Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3) Updates `aws-lc-rs` from 1.16.3 to 1.17.1 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.16.3...v1.17.1) Updates `ctor` from 0.11.1 to 1.0.7 - [Release notes](https://github.com/mmastrac/linktime/releases) - [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md) - [Commits](https://github.com/mmastrac/linktime/commits/ctor-1.0.7) Updates `postgresql_commands` from 0.20.2 to 0.20.4 - [Release notes](https://github.com/theseus-rs/postgresql-embedded/releases) - [Changelog](https://github.com/theseus-rs/postgresql-embedded/blob/main/CHANGELOG.md) - [Commits](theseus-rs/postgresql-embedded@v0.20.2...v0.20.4) Updates `postgresql_embedded` from 0.20.2 to 0.20.4 - [Release notes](https://github.com/theseus-rs/postgresql-embedded/releases) - [Changelog](https://github.com/theseus-rs/postgresql-embedded/blob/main/CHANGELOG.md) - [Commits](theseus-rs/postgresql-embedded@v0.20.2...v0.20.4) Updates `rustls` from 0.23.40 to 0.23.41 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.40...v/0.23.41) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: aws-lc-rs dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: ctor dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: postgresql_commands dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: postgresql_embedded dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: rustls dependency-version: 0.23.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-deps group with 7 updates in the / directory:
1.11.11.12.01.52.11.52.31.16.31.17.10.11.11.0.70.20.20.20.40.20.20.20.40.23.400.23.41Updates
bytesfrom 1.11.1 to 1.12.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
91402ceRelease bytes v1.12.0 (#831)2256e6dchore: add safety comments on unsafe blocks (#827)245adffPass vtable data by value (#826)00cc5ffImplementBytesMut::extend_from_within(#818)5b79d31Merge tag 'v1.11.1'804ee6dMake try_unsplit method public (#746)fd426caExclude development scripts from published package (#810)b4ed70dAdd test for copy_to_bytes() -> BytesMut avoiding clone (#809)94e4291Document thatBytesMut::{reserve,try_reserve}doesn't preserve unused capac...acd1e0fFixget_intifnbytesis zero (#806)Updates
tokiofrom 1.52.1 to 1.52.3Release notes
Sourced from tokio's releases.
Commits
d875691chore: prepare Tokio v1.52.3 (#8130)e1aebb0Merge 'tokio-1.51.3' into 'tokio-1.52.x' (#8129)fd63094chore: prepare Tokio v1.51.3 (#8127)8c600d0Merge 'tokio-1.47.5' into 'tokio-1.51.x' (#8123)11bfc13chore: prepare Tokio v1.47.5 (#8122)f085b62sync: notify receivers in mpscOwnedPermit::release()method (#8075)30d25ccsync: require that anRwLockhasmax_readers != 0(#8076)9fccf53sync: returnEmptyfromtry_recv()when mpsc is closed with outstanding p...ebf61b4sync: fix underflow in mpsc channellen()(#8062)4abe9d7chore: prepare Tokio v1.52.2 (#8115)Updates
aws-lc-rsfrom 1.16.3 to 1.17.1Release notes
Sourced from aws-lc-rs's releases.
... (truncated)
Commits
741dbf5Prepare aws-lc-rs v1.17.1 (#1164)e6d42b8Prepare aws-lc-sys v0.42.0 (#1162)bd7abf5Harden GitHub Actions workflows against script injection (#1161)93b0123Addwasm32-unknown-emscriptenbuild and test support (#1059)7b8a0e7feat(system-lib): auto-detect system AWS-LC from OPENSSL_* and pkg-config (#1...a95c524Prepare aws-lc-fips-sys v0.13.15 (#1158)00e016aBump actions/checkout from 6 to 7 (#1157)e7568defix(system-lib): gate system AWS-LC on a declared minimum version (#1152)dfe4525fix(builder): select flag dialect by compiler driver mode, not target ABI (#1...26838darsa: report specific key rejection for invalid sizes (#1153)Updates
ctorfrom 0.11.1 to 1.0.7Release notes
Sourced from ctor's releases.
... (truncated)
Commits
Updates
postgresql_commandsfrom 0.20.2 to 0.20.4Release notes
Sourced from postgresql_commands's releases.
Changelog
Sourced from postgresql_commands's changelog.
Commits
7357b02postgresql-embedded-v0.20.37bf01ffMerge pull request #239 from theseus-rs/fix-bundled-size3dbcdc4fix: reduce bundled binary size21f2fd7Merge pull request #234 from theseus-rs/release-plz-2026-02-22T17-05-10Zcd91e7cpostgresql-embedded-v0.20.3ff1c175Merge pull request #237 from theseus-rs/allow-no-default-features3a3716bfix: support use without default features1ba09d4Merge pull request #233 from theseus-rs/minor-build-refactor1313bbachore: minor build cleanup5cfb91eMerge pull request #230 from theseus-rs/release-plz-2026-02-22T01-01-53ZUpdates
postgresql_embeddedfrom 0.20.2 to 0.20.4Release notes
Sourced from postgresql_embedded's releases.
Changelog
Sourced from postgresql_embedded's changelog.
Commits
7357b02postgresql-embedded-v0.20.37bf01ffMerge pull request #239 from theseus-rs/fix-bundled-size3dbcdc4fix: reduce bundled binary size21f2fd7Merge pull request #234 from theseus-rs/release-plz-2026-02-22T17-05-10Zcd91e7cpostgresql-embedded-v0.20.3ff1c175Merge pull request #237 from theseus-rs/allow-no-default-features3a3716bfix: support use without default features1ba09d4Merge pull request #233 from theseus-rs/minor-build-refactor1313bbachore: minor build cleanup5cfb91eMerge pull request #230 from theseus-rs/release-plz-2026-02-22T01-01-53ZUpdates
rustlsfrom 0.23.40 to 0.23.41Commits
642a103ci: drop Taplo job752c144Drop nightly clippy tests8d8611aFix newclippy::useless-borrows-in-formattingebf3297Fix newclippy::manual_clear46808e7ci: sync cargo-check-external-types nightly041a8d2Cargo deny: allow RUSTSEC-2026-017362e220eTake semver-compatible dependency updates3c14696Upgrade to hickory-resolver 0.26848a2ccconnect-tests: delete ech.rs5ce9cacBump version to 0.23.41Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions