Skip to content

chore: bump the all-deps group across 1 directory with 7 updates#29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-deps-f749c9c5c6
Open

chore: bump the all-deps group across 1 directory with 7 updates#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-deps-f749c9c5c6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-deps group with 7 updates in the / directory:

Package From To
bytes 1.11.1 1.12.0
tokio 1.52.1 1.52.3
aws-lc-rs 1.16.3 1.17.1
ctor 0.11.1 1.0.7
postgresql_commands 0.20.2 0.20.4
postgresql_embedded 0.20.2 0.20.4
rustls 0.23.40 0.23.41

Updates bytes from 1.11.1 to 1.12.0

Release notes

Sourced from bytes's releases.

Bytes v1.12.0

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Changelog

Sourced from bytes's changelog.

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Commits

Updates tokio from 1.52.1 to 1.52.3

Release notes

Sourced from tokio's releases.

Tokio v1.52.3

1.52.3 (May 8th, 2026)

Fixed

  • sync: fix underflow in mpsc channel len() (#8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
  • sync: require that an RwLock has max_readers != 0 (#8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)

#8062: tokio-rs/tokio#8062 #8074: tokio-rs/tokio#8074 #8075: tokio-rs/tokio#8075 #8076: tokio-rs/tokio#8076

Tokio v1.52.2

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to [its performance impact]#8065. (#8100)

#7431: tokio-rs/tokio#7431 #8065: tokio-rs/tokio#8065 #8100: tokio-rs/tokio#8100

Commits

Updates aws-lc-rs from 1.16.3 to 1.17.1

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.17.1

🎉 AWS-LC FIPS v3 Module Has Been Validated

The AWS-LC FIPS v3 module has been awarded FIPS 140-3 validation by NIST's CMVP:

Seek guidance from a local FIPS compliance expert regarding requirements for your deployment environments. Please consult the Security Policies associated with our certificates if you have questions.

aws-lc-fips-sys (utilized via the fips feature of aws-lc-rs) currently uses the validated FIPS v3 module.

  • In the upcoming aws-lc-rs v1.18.0 release, we plan to switch aws-lc-fips-sys to our FIPS v4 branch.

What's Changed

Upstream AWS-LC (v5.1.0)

aws-lc-sys now aligns with AWS-LC v5.1.0 (previously v1.73.0). Notable upstream changes include:

Build Improvements

Issues Being Closed

Other Merged PRs

... (truncated)

Commits
  • 741dbf5 Prepare aws-lc-rs v1.17.1 (#1164)
  • e6d42b8 Prepare aws-lc-sys v0.42.0 (#1162)
  • bd7abf5 Harden GitHub Actions workflows against script injection (#1161)
  • 93b0123 Add wasm32-unknown-emscripten build and test support (#1059)
  • 7b8a0e7 feat(system-lib): auto-detect system AWS-LC from OPENSSL_* and pkg-config (#1...
  • a95c524 Prepare aws-lc-fips-sys v0.13.15 (#1158)
  • 00e016a Bump actions/checkout from 6 to 7 (#1157)
  • e7568de fix(system-lib): gate system AWS-LC on a declared minimum version (#1152)
  • dfe4525 fix(builder): select flag dialect by compiler driver mode, not target ABI (#1...
  • 26838da rsa: report specific key rejection for invalid sizes (#1153)
  • Additional commits viewable in compare view

Updates ctor from 0.11.1 to 1.0.7

Release notes

Sourced from ctor's releases.

ctor-1.0.7

What's Changed

  • Bump downstream link-section crate version and API updates.
  • Better error messages on bad attributes.

Full Changelog: mmastrac/linktime@ctor-1.0.6...ctor-1.0.7

ctor-1.0.6

What's Changed

Changed

  • Bump link-section dependency to 0.17.0.
  • MSRV bumped to 1.85.0 (if priority feature is enabled), otherwise remains at 1.60.0.
    • To restore MSRV to 1.60.0, use ctor = { version = "1.0.6", default-features = false, features = ["proc_macro", "std"] } in your Cargo.toml.

Fixed

  • #[ctor] requires significantly less macro recursion.

Full Changelog: mmastrac/linktime@ctor-1.0.5...ctor-1.0.6

ctor-1.0.5

What's Changed

Full Changelog: mmastrac/linktime@ctor-1.0.4...ctor-1.0.5

ctor-1.0.4

What's Changed

Full Changelog: mmastrac/linktime@ctor-1.0.3...ctor-1.0.4

ctor-1.0.3

What's Changed

Other changes

... (truncated)

Commits

Updates postgresql_commands from 0.20.2 to 0.20.4

Release notes

Sourced from postgresql_commands's releases.

v0.20.4

Fixed

  • reduce bundled binary size

v0.20.3

Fixed

  • support use without default features

Other

  • minor build cleanup
Changelog

Sourced from postgresql_commands's changelog.

postgresql_embedded - 0.20.4 - 2026-06-10

Fixed

  • reduce bundled binary size

postgresql_embedded - 0.20.3 - 2026-06-09

Fixed

  • support use without default features

Other

  • minor build cleanup

postgresql_archive - 0.20.3 - 2026-06-09

Fixed

  • support use without default features
Commits
  • 7357b02 postgresql-embedded-v0.20.3
  • 7bf01ff Merge pull request #239 from theseus-rs/fix-bundled-size
  • 3dbcdc4 fix: reduce bundled binary size
  • 21f2fd7 Merge pull request #234 from theseus-rs/release-plz-2026-02-22T17-05-10Z
  • cd91e7c postgresql-embedded-v0.20.3
  • ff1c175 Merge pull request #237 from theseus-rs/allow-no-default-features
  • 3a3716b fix: support use without default features
  • 1ba09d4 Merge pull request #233 from theseus-rs/minor-build-refactor
  • 1313bba chore: minor build cleanup
  • 5cfb91e Merge pull request #230 from theseus-rs/release-plz-2026-02-22T01-01-53Z
  • See full diff in compare view

Updates postgresql_embedded from 0.20.2 to 0.20.4

Release notes

Sourced from postgresql_embedded's releases.

v0.20.4

Fixed

  • reduce bundled binary size

v0.20.3

Fixed

  • support use without default features

Other

  • minor build cleanup
Changelog

Sourced from postgresql_embedded's changelog.

postgresql_embedded - 0.20.4 - 2026-06-10

Fixed

  • reduce bundled binary size

postgresql_embedded - 0.20.3 - 2026-06-09

Fixed

  • support use without default features

Other

  • minor build cleanup

postgresql_archive - 0.20.3 - 2026-06-09

Fixed

  • support use without default features
Commits
  • 7357b02 postgresql-embedded-v0.20.3
  • 7bf01ff Merge pull request #239 from theseus-rs/fix-bundled-size
  • 3dbcdc4 fix: reduce bundled binary size
  • 21f2fd7 Merge pull request #234 from theseus-rs/release-plz-2026-02-22T17-05-10Z
  • cd91e7c postgresql-embedded-v0.20.3
  • ff1c175 Merge pull request #237 from theseus-rs/allow-no-default-features
  • 3a3716b fix: support use without default features
  • 1ba09d4 Merge pull request #233 from theseus-rs/minor-build-refactor
  • 1313bba chore: minor build cleanup
  • 5cfb91e Merge pull request #230 from theseus-rs/release-plz-2026-02-22T01-01-53Z
  • See full diff in compare view

Updates rustls from 0.23.40 to 0.23.41

Commits
  • 642a103 ci: drop Taplo job
  • 752c144 Drop nightly clippy tests
  • 8d8611a Fix new clippy::useless-borrows-in-formatting
  • ebf3297 Fix new clippy::manual_clear
  • 46808e7 ci: sync cargo-check-external-types nightly
  • 041a8d2 Cargo deny: allow RUSTSEC-2026-0173
  • 62e220e Take semver-compatible dependency updates
  • 3c14696 Upgrade to hickory-resolver 0.26
  • 848a2cc connect-tests: delete ech.rs
  • 5ce9cac Bump version to 0.23.41
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 1, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants