chore(deps): bump the rust-dependencies group across 1 directory with 34 updates#463
Merged
yordis merged 2 commits intoJul 3, 2026
Merged
Conversation
… 34 updates Bumps the rust-dependencies group with 34 updates in the /rsworkspace directory: | Package | From | To | | --- | --- | --- | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `2.0.0` | `2.1.0` | | [async-nats](https://github.com/nats-io/nats.rs) | `0.49.0` | `0.49.1` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.0` | | [buffa](https://github.com/anthropics/buffa) | `0.7.0` | `0.8.1` | | [buffa-types](https://github.com/anthropics/buffa) | `0.7.0` | `0.8.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.8` | `0.7.0` | | [sqlx](https://github.com/launchbadge/sqlx) | `0.8.6` | `0.9.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.46.5` | `0.46.9` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` | | [moka](https://github.com/moka-rs/moka) | `0.12.10` | `0.12.15` | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `1.1.2+spec-1.1.0` | | [http](https://github.com/hyperium/http) | `1.4.0` | `1.4.2` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.11.0` | | [wiremock](https://github.com/LukeMathWalker/wiremock-rs) | `0.6.3` | `0.6.5` | | [filetime](https://github.com/alexcrichton/filetime) | `0.2.27` | `0.2.29` | | [time](https://github.com/time-rs/time) | `0.3.47` | `0.3.53` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.4` | | [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `10.3.0` | `10.4.0` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.14.0` | `1.15.0` | | [x509-parser](https://github.com/rusticata/x509-parser) | `0.16.0` | `0.18.1` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.10.0` | `2.11.0` | | [rand_core](https://github.com/rust-random/rand_core) | `0.6.4` | `0.10.1` | | [rcgen](https://github.com/rustls/rcgen) | `0.13.2` | `0.14.8` | | [testcontainers](https://github.com/testcontainers/testcontainers-rs) | `0.27.0` | `0.27.3` | | [pkcs8](https://github.com/RustCrypto/formats) | `0.10.2` | `0.11.0` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.116` | `1.0.117` | | [quote](https://github.com/dtolnay/quote) | `1.0.45` | `1.0.46` | | [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [cron](https://github.com/zslayton/cron) | `0.15.0` | `0.17.0` | | [bytesize](https://github.com/bytesize-rs/bytesize) | `2.3.1` | `2.4.0` | Updates `rmcp` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v2.0.0...rmcp-v2.1.0) Updates `async-nats` from 0.49.0 to 0.49.1 - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](nats-io/nats.rs@async-nats/v0.49.0...async-nats/v0.49.1) 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 `buffa` from 0.7.0 to 0.8.1 - [Release notes](https://github.com/anthropics/buffa/releases) - [Changelog](https://github.com/anthropics/buffa/blob/main/CHANGELOG.md) - [Commits](anthropics/buffa@v0.7.0...v0.8.1) Updates `buffa-types` from 0.7.0 to 0.8.1 - [Release notes](https://github.com/anthropics/buffa/releases) - [Changelog](https://github.com/anthropics/buffa/blob/main/CHANGELOG.md) - [Commits](anthropics/buffa@v0.7.0...v0.8.1) 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 `tower-http` from 0.6.8 to 0.7.0 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.8...tower-http-0.7.0) Updates `sqlx` from 0.8.6 to 0.9.0 - [Changelog](https://github.com/transact-rs/sqlx/blob/main/CHANGELOG.md) - [Commits](transact-rs/sqlx@v0.8.6...v0.9.0) 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 `jsonschema` from 0.46.5 to 0.46.9 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@cli-v0.46.5...ruby-v0.46.9) Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.102...1.0.103) Updates `moka` from 0.12.10 to 0.12.15 - [Release notes](https://github.com/moka-rs/moka/releases) - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md) - [Commits](moka-rs/moka@v0.12.10...v0.12.15) Updates `toml` from 0.8.23 to 1.1.2+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.1.2) Updates `http` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.4.0...v1.4.2) Updates `sha2` from 0.10.8 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.11.0) Updates `wiremock` from 0.6.3 to 0.6.5 - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](LukeMathWalker/wiremock-rs@v0.6.3...v0.6.5) Updates `filetime` from 0.2.27 to 0.2.29 - [Commits](alexcrichton/filetime@0.2.27...0.2.29) Updates `time` from 0.3.47 to 0.3.53 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.47...v0.3.53) Updates `uuid` from 1.23.1 to 1.23.4 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.1...v1.23.4) Updates `hmac` from 0.12.1 to 0.13.0 - [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0) Updates `jsonwebtoken` from 10.3.0 to 10.4.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v10.3.0...v10.4.0) Updates `rustls-pki-types` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.14.0...v/1.15.0) Updates `x509-parser` from 0.16.0 to 0.18.1 - [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusticata/x509-parser/commits) Updates `data-encoding` from 2.10.0 to 2.11.0 - [Commits](ia0/data-encoding@v2.10.0...v2.11.0) Updates `rand_core` from 0.6.4 to 0.10.1 - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_core@v0.6.4...v0.10.1) Updates `rcgen` from 0.13.2 to 0.14.8 - [Release notes](https://github.com/rustls/rcgen/releases) - [Commits](rustls/rcgen@v0.13.2...v0.14.8) Updates `testcontainers` from 0.27.0 to 0.27.3 - [Release notes](https://github.com/testcontainers/testcontainers-rs/releases) - [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-rs@0.27.0...0.27.3) Updates `pkcs8` from 0.10.2 to 0.11.0 - [Commits](RustCrypto/formats@pkcs8/v0.10.2...pkcs8/v0.11.0) Updates `trybuild` from 1.0.116 to 1.0.117 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.116...1.0.117) Updates `quote` from 1.0.45 to 1.0.46 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.45...1.0.46) Updates `syn` from 2.0.117 to 2.0.118 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.117...2.0.118) Updates `chrono` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.44...v0.4.45) Updates `cron` from 0.15.0 to 0.17.0 - [Release notes](https://github.com/zslayton/cron/releases) - [Commits](https://github.com/zslayton/cron/commits) Updates `bytesize` from 2.3.1 to 2.4.0 - [Release notes](https://github.com/bytesize-rs/bytesize/releases) - [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md) - [Commits](bytesize-rs/bytesize@bytesize-v2.3.1...bytesize-v2.4.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: async-nats dependency-version: 0.49.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytes dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: buffa dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: buffa-types dependency-version: 0.8.1 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: tower-http dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: sqlx dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor 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: jsonschema dependency-version: 0.46.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: moka dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: http dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: wiremock dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: filetime dependency-version: 0.2.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: time dependency-version: 0.3.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: uuid dependency-version: 1.23.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: jsonwebtoken dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rustls-pki-types dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: x509-parser dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: data-encoding dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rand_core dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rcgen dependency-version: 0.14.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: testcontainers dependency-version: 0.27.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pkcs8 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: trybuild dependency-version: 1.0.117 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: quote dependency-version: 1.0.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: syn dependency-version: 2.0.118 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: cron dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: bytesize dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
- The grouped bump advanced rand_core and pkcs8 to major lines the pinned p256 and ed25519-dalek releases cannot interoperate with, so those two are held back to keep the crypto graph coherent while the rest of the group moves forward. - buffa 0.8 changes its generated decode contract, so the committed bindings and codegen plugin pins must track the library version for the tree to build. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Code Coverage SummaryDetailsDiff against mainResults for commit: 62e688d Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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 34 updates in the /rsworkspace directory:
2.0.02.1.00.49.00.49.11.11.11.12.00.7.00.8.10.7.00.8.11.52.11.52.30.6.80.7.00.8.60.9.01.0.1491.0.1500.46.50.46.91.0.1021.0.1030.12.100.12.150.8.231.1.2+spec-1.1.01.4.01.4.20.10.80.11.00.6.30.6.50.2.270.2.290.3.470.3.531.23.11.23.40.12.10.13.010.3.010.4.01.14.01.15.00.16.00.18.12.10.02.11.00.6.40.10.10.13.20.14.80.27.00.27.30.10.20.11.01.0.1161.0.1171.0.451.0.462.0.1172.0.1180.4.440.4.450.15.00.17.02.3.12.4.0Updates
rmcpfrom 2.0.0 to 2.1.0Release notes
Sourced from rmcp's releases.
Commits
8e44af4chore: release v2.1.0 (#950)4833ec7fix(transport): make AsyncRwTransport::receive cancel-safe (#941) (#947)5837e22fix(auth): preserve refresh_token when refresh response omits it (#949)ee2d81ffeat: add SEP-414 trace context meta accessors (#910)496902bfix: block redirect header leaks (#936)64d22defix: don't respond to unparseable messages (#940)288f996feat: add SEP-2575 meta helpers (#942)80a7479fix: negotiate protocol version in handler (#930)Updates
async-natsfrom 0.49.0 to 0.49.1Release notes
Sourced from async-nats's releases.
Commits
6ee5d0aRelease v0.49.15bb316aFix recreating ordered consumer on server restarte09dce8Enable auto-reviews only for write-accessa1b29beFix ping interval resetUpdates
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
buffafrom 0.7.0 to 0.8.1Release notes
Sourced from buffa's releases.
... (truncated)
Changelog
Sourced from buffa's changelog.
... (truncated)
Commits
a7c47f1release: v0.8.1 (#267)3e72fbbrelease: v0.8.0 (#242)e5a95d7decode: validate string fields with smoothutf8 (default-on fast-utf8 feature)...3c65020view: HasMessageView::decode_view default; MessageField::unwrap/expect (#240)2de1264Avoid quadratic extension JSON dedup (#237)6d1d1a4DecodeOptions: add explicit unbounded reader option (#236)f0ca1caMake plugin option parsing strict (#235)0e7f280Fix extern_path refs to use deconflicted nested module names (#233)48b59c7benchmarks: fair-profile cross-impl comparison on bare metal (#227)f7199f9Add diagnostic hints to custom-type traits (#213) (#229)Updates
buffa-typesfrom 0.7.0 to 0.8.1Release notes
Sourced from buffa-types's releases.
... (truncated)
Changelog
Sourced from buffa-types's changelog.
... (truncated)
Commits
a7c47f1release: v0.8.1 (#267)3e72fbbrelease: v0.8.0 (#242)e5a95d7decode: validate string fields with smoothutf8 (default-on fast-utf8 feature)...3c65020view: HasMessageView::decode_view default; MessageField::unwrap/expect (#240)2de1264Avoid quadratic extension JSON dedup (#237)6d1d1a4DecodeOptions: add explicit unbounded reader option (#236)f0ca1caMake plugin option parsing strict (#235)0e7f280Fix extern_path refs to use deconflicted nested module names (#233)48b59c7benchmarks: fair-profile cross-impl comparison on bare metal (#227)f7199f9Add diagnostic hints to custom-type traits (#213) (#229)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
tower-httpfrom 0.6.8 to 0.7.0Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
b194fcfv0.7.0af828a6feat(follow_redirect)!: preserve request extensions across redirects (#706)8cb8d99feat(ValidateRequestHeaderLayer): add has_header("...").with_value("...") fun...3b56d2dfeat!: Add configurable Backend trait for ServeDir, bump MSRV 1.65 (#684)8508716Addredirect_path_prefixoption (#486)56327b2Add Windows drive-prefix path regression test (#705)54c6db8feat(compression)!: upgrade SizeAbove threshold from u16 to u64 (#704)68cd6d8Add DeadlineBody for non-resetting body timeouts (#688)fa8a98cfeat(fs): add strong ETag support to ServeDir (#691)36d2205fix: Make SetMultiple*Header Clone for !Clone http bodies (#703)Updates
sqlxfrom 0.8.6 to 0.9.0Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
75bc048Release 0.9.0 (#4256)6956cefPrefer to give real data to.bind()inREADME.md(#4257)45ba990Add the possibility to skip migrations (...Description has been truncated