Skip to content

Bump the rust-dependencies group with 8 updates - #201

Merged
edmorley merged 3 commits into
mainfrom
dependabot/cargo/rust-dependencies-72c0d090d9
Jun 3, 2026
Merged

Bump the rust-dependencies group with 8 updates#201
edmorley merged 3 commits into
mainfrom
dependabot/cargo/rust-dependencies-72c0d090d9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 8 updates:

Package From To
debversion 0.5.1 0.5.2
reqwest 0.13.3 0.13.4
reqwest-middleware 0.5.1 0.5.2
reqwest-tracing 0.7.0 0.7.1
serde_json 1.0.149 1.0.150
sequoia-openpgp 2.2.0 2.3.0
tokio 1.52.1 1.52.3
toml_edit 0.25.11+spec-1.1.0 0.25.12+spec-1.1.0

Updates debversion from 0.5.1 to 0.5.2

Commits
  • aef6663 release 0.5.2
  • 1076a8d Merge pull request #71 from jelmer/is-type
  • 7c7e149 Merge pull request #70 from jelmer/bump-nmu
  • ccb4679 Add is_backport() and is_stable_update() to Version
  • 8b2ab95 Recognize the maintainer-revision.N NMU convention in is_nmu()
  • 145095c Add bump_nmu() to compute sourceful NMU versions
  • 8ee1c12 Bump dependabot/fetch-metadata from 2 to 3 (#69)
  • See full diff in compare view

Updates reqwest from 0.13.3 to 0.13.4

Release notes

Sourced from reqwest's releases.

v0.13.4

tl;dr

  • Add ClientBuilder::tls_sslkeylogfile(bool) option to allow using the related environment variable.
  • Add ClientBuilder::http2_keep_alive_* options for the blocking client.
  • Add TLS 1.3 support when using native-tls backend.
  • Fix redirect handling to strip sensitive headers when the scheme changes.
  • Fix HTTP/3 happy-eyeball connection creation.
  • Upgrade hickory-resolver to 0.26.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.13.3...v0.13.4

Changelog

Sourced from reqwest's changelog.

v0.13.4

  • Add ClientBuilder::tls_sslkeylogfile(bool) option to allow using the related environment variable.
  • Add ClientBuilder::http2_keep_alive_* options for the blocking client.
  • Add TLS 1.3 support when using native-tls backend.
  • Fix redirect handling to strip sensitive headers when the scheme changes.
  • Fix HTTP/3 happy-eyeball connection creation.
  • Upgrade hickory-resolver to 0.26.
Commits
  • 11489b3 v0.13.4
  • d31ffbb feat: Expose HTTP2 keep alive configurations in blocking client (#3043)
  • 79ed0d7 feat: support TLS 1.3 as min version under native-tls 🎉 (#2975)
  • fb7bf6a fix: remove unwrap in hickory initialization (#3041)
  • 3da616f fix: update hickory-resolver to 0.26 and adjust code accordingly (#3040)
  • c77e7b2 fix(http3): use happy eyeballs for h3 connect (#3030)
  • 9cbb65b chore: clean up minimal-versions CI job (#3039)
  • 17a7dc5 chore: upgrade MSRV to 1.85 (#3038)
  • 03db63a fix(redirect): strip sensitive headers on scheme change across redirects (#3034)
  • 4b813a8 feat: add tls_sslkeylogfile builder method (#2923)
  • Additional commits viewable in compare view

Updates reqwest-middleware from 0.5.1 to 0.5.2

Release notes

Sourced from reqwest-middleware's releases.

reqwest-middleware-v0.5.2

Added

  • (reqwest-middleware) stream feature exported. (#246)
  • expose internal reqwest::Client as reference (#209)

Other

  • Adjust third-party middleware list in readme (#282)
Commits

Updates reqwest-tracing from 0.7.0 to 0.7.1

Release notes

Sourced from reqwest-tracing's releases.

reqwest-tracing-v0.7.1

Added

  • support opentelemetry 0.32 (#284)
Commits

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates sequoia-openpgp from 2.2.0 to 2.3.0

Commits
  • 57d2227 openpgp: Release 2.3.0.
  • 94ef794 openpgp: Update NEWS.
  • 586eba6 Loosen dependency on lalrpop.
  • 70c6429 Update Cargo.lock.
  • 58214b4 openpgp: Don't imply missing key flags from key type.
  • 23403ff openpgp: Reject nested embedded signatures.
  • 4a87830 openpgp: Add a test.
  • 84ee672 openpgp: Add fuzz testing for RawCertParser.
  • dc8f99b openpgp: Fix RawCertParser panic on malformed input
  • ae4d9e6 openpgp/fuzz: add key packet fuzz target, seed corpus, and generator
  • Additional commits viewable in compare view

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 toml_edit from 0.25.11+spec-1.1.0 to 0.25.12+spec-1.1.0

Commits

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 rust-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [debversion](https://github.com/jelmer/debversion-rs) | `0.5.1` | `0.5.2` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.3` | `0.13.4` |
| [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.5.1` | `0.5.2` |
| [reqwest-tracing](https://github.com/TrueLayer/reqwest-middleware) | `0.7.0` | `0.7.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` |
| [sequoia-openpgp](https://gitlab.com/sequoia-pgp/sequoia) | `2.2.0` | `2.3.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.25.11+spec-1.1.0` | `0.25.12+spec-1.1.0` |


Updates `debversion` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/jelmer/debversion-rs/releases)
- [Commits](jelmer/debversion-rs@v0.5.1...v0.5.2)

Updates `reqwest` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.13.3...v0.13.4)

Updates `reqwest-middleware` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-middleware-v0.5.1...reqwest-middleware-v0.5.2)

Updates `reqwest-tracing` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-tracing-v0.7.0...reqwest-tracing-v0.7.1)

Updates `serde_json` from 1.0.149 to 1.0.150
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.149...v1.0.150)

Updates `sequoia-openpgp` from 2.2.0 to 2.3.0
- [Commits](https://gitlab.com/sequoia-pgp/sequoia/compare/openpgp/v2.2.0...openpgp/v2.3.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 `toml_edit` from 0.25.11+spec-1.1.0 to 0.25.12+spec-1.1.0
- [Commits](toml-rs/toml@v0.25.11...v0.25.12)

---
updated-dependencies:
- dependency-name: debversion
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: reqwest
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: reqwest-middleware
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: reqwest-tracing
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: sequoia-openpgp
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-version: 1.52.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: toml_edit
  dependency-version: 0.25.12+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

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 skip changelog Skip the check-changelog check labels Jun 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 3, 2026 09:57
@dependabot dependabot Bot added skip changelog Skip the check-changelog check rust Pull requests that update Rust code dependencies Pull requests that update a dependency file labels Jun 3, 2026
@edmorley
edmorley enabled auto-merge (squash) June 3, 2026 14:21
@edmorley
edmorley merged commit 292ec69 into main Jun 3, 2026
8 checks passed
@edmorley
edmorley deleted the dependabot/cargo/rust-dependencies-72c0d090d9 branch June 3, 2026 14:23
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 skip changelog Skip the check-changelog check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant