Bump the rust-dependencies group with 8 updates - #201
Merged
Conversation
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>
edmorley
approved these changes
Jun 3, 2026
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 rust-dependencies group with 8 updates:
0.5.10.5.20.13.30.13.40.5.10.5.20.7.00.7.11.0.1491.0.1502.2.02.3.01.52.11.52.30.25.11+spec-1.1.00.25.12+spec-1.1.0Updates
debversionfrom 0.5.1 to 0.5.2Commits
aef6663release 0.5.21076a8dMerge pull request #71 from jelmer/is-type7c7e149Merge pull request #70 from jelmer/bump-nmuccb4679Add is_backport() and is_stable_update() to Version8b2ab95Recognize the maintainer-revision.N NMU convention in is_nmu()145095cAdd bump_nmu() to compute sourceful NMU versions8ee1c12Bump dependabot/fetch-metadata from 2 to 3 (#69)Updates
reqwestfrom 0.13.3 to 0.13.4Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
11489b3v0.13.4d31ffbbfeat: Expose HTTP2 keep alive configurations in blocking client (#3043)79ed0d7feat: support TLS 1.3 as min version under native-tls 🎉 (#2975)fb7bf6afix: remove unwrap in hickory initialization (#3041)3da616ffix: update hickory-resolver to 0.26 and adjust code accordingly (#3040)c77e7b2fix(http3): use happy eyeballs for h3 connect (#3030)9cbb65bchore: clean up minimal-versions CI job (#3039)17a7dc5chore: upgrade MSRV to 1.85 (#3038)03db63afix(redirect): strip sensitive headers on scheme change across redirects (#3034)4b813a8feat: add tls_sslkeylogfile builder method (#2923)Updates
reqwest-middlewarefrom 0.5.1 to 0.5.2Release notes
Sourced from reqwest-middleware's releases.
Commits
614b947chore: release (#280)051dc25feat!: support opentelemetry 0.32 (#284)9bedaf8Adjust third-party middleware list in readme (#282)8bc3640feat(reqwest-middleware):streamfeature exported. (#246)de31517feat: expose internal reqwest::Client as reference (#209)Updates
reqwest-tracingfrom 0.7.0 to 0.7.1Release notes
Sourced from reqwest-tracing's releases.
Commits
614b947chore: release (#280)051dc25feat!: support opentelemetry 0.32 (#284)9bedaf8Adjust third-party middleware list in readme (#282)8bc3640feat(reqwest-middleware):streamfeature exported. (#246)de31517feat: expose internal reqwest::Client as reference (#209)Updates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
sequoia-openpgpfrom 2.2.0 to 2.3.0Commits
57d2227openpgp: Release 2.3.0.94ef794openpgp: Update NEWS.586eba6Loosen dependency on lalrpop.70c6429Update Cargo.lock.58214b4openpgp: Don't imply missing key flags from key type.23403ffopenpgp: Reject nested embedded signatures.4a87830openpgp: Add a test.84ee672openpgp: Add fuzz testing for RawCertParser.dc8f99bopenpgp: Fix RawCertParser panic on malformed inputae4d9e6openpgp/fuzz: add key packet fuzz target, seed corpus, and generatorUpdates
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
toml_editfrom 0.25.11+spec-1.1.0 to 0.25.12+spec-1.1.0Commits
c448b9achore: Release0a28873docs: Update changelog16ff687fix(edit): Don't allow moving tables above root (#1166)05fe0cefix(edit): Don't allow moving tables above roota2d4bf4test(edit): Show set_position bug95dfe11chore(deps): Update Prek to v0.4.3 (#1165)1b37d98chore(deps): Update Prek to v0.4.2 (#1164)ce874e7chore: Update toml-test (#1163)f33ed68chore: Update toml-test1bf7c67chore(deps): Update Prek to v0.4.1 (#1161)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 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