deps(deps): bump the cargo-patch-minor group with 25 updates - #546
deps(deps): bump the cargo-patch-minor group with 25 updates#546dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo-patch-minor group with 25 updates: | Package | From | To | | --- | --- | --- | | [alloy-primitives](https://github.com/alloy-rs/core) | `1.5.4` | `1.6.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.52.3` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.16.1` | `3.21.0` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.3` | `1.8.5` | | [uuid](https://github.com/uuid-rs/uuid) | `1.20.0` | `1.23.5` | | [clap](https://github.com/clap-rs/clap) | `4.5.57` | `4.6.1` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.13.0` | | [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` | | [libc](https://github.com/rust-lang/libc) | `0.2.180` | `0.2.186` | | [semver](https://github.com/dtolnay/semver) | `1.0.27` | `1.0.28` | | [zeroize](https://github.com/RustCrypto/utils) | `1.8.2` | `1.9.0` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.10.0` | `2.11.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.27.0` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.3.0` | `2.4.1` | | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.120.0` | `1.121.0` | | [rust_decimal](https://github.com/paupino/rust-decimal) | `1.40.0` | `1.42.1` | | [time](https://github.com/time-rs/time) | `0.3.49` | `0.3.53` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.65` | `4.6.7` | | [shellexpand](https://gitlab.com/ijackson/rust-shellexpand) | `3.1.1` | `3.1.2` | | [self_update](https://github.com/jaemk/self_update) | `1.0.0-rc.2` | `1.0.0-rc.5` | | [tar](https://github.com/composefs/tar-rs) | `0.4.45` | `0.4.46` | | [serial_test](https://github.com/palfrey/serial_test) | `3.4.0` | `3.5.0` | Updates `alloy-primitives` from 1.5.4 to 1.6.0 - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](alloy-rs/core@v1.5.4...v1.6.0) Updates `tokio` from 1.49.0 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.52.3) 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 `serde_with` from 3.16.1 to 3.21.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.16.1...v3.21.0) Updates `tracing-subscriber` from 0.3.22 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) Updates `blake3` from 1.8.3 to 1.8.5 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.3...1.8.5) Updates `uuid` from 1.20.0 to 1.23.5 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.20.0...v1.23.5) Updates `clap` from 4.5.57 to 4.6.1 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.57...clap_complete-v4.6.1) Updates `futures-util` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `regex` from 1.12.3 to 1.13.0 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.3...1.13.0) Updates `once_cell` from 1.21.3 to 1.21.4 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.21.3...v1.21.4) Updates `libc` from 0.2.180 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.180...0.2.186) Updates `semver` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.27...1.0.28) Updates `zeroize` from 1.8.2 to 1.9.0 - [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0) Updates `data-encoding` from 2.10.0 to 2.11.0 - [Commits](ia0/data-encoding@v2.10.0...v2.11.0) Updates `tempfile` from 3.24.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.24.0...v3.27.0) Updates `fastrand` from 2.3.0 to 2.4.1 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](smol-rs/fastrand@v2.3.0...v2.4.1) Updates `aws-sdk-s3` from 1.120.0 to 1.121.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `rust_decimal` from 1.40.0 to 1.42.1 - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](paupino/rust-decimal@1.40.0...1.42.1) Updates `time` from 0.3.49 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.49...v0.3.53) Updates `clap_complete` from 4.5.65 to 4.6.7 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.65...clap_complete-v4.6.7) Updates `shellexpand` from 3.1.1 to 3.1.2 - [Commits](https://gitlab.com/ijackson/rust-shellexpand/compare/shellexpand-3.1.1...shellexpand-3.1.2) Updates `self_update` from 1.0.0-rc.2 to 1.0.0-rc.5 - [Release notes](https://github.com/jaemk/self_update/releases) - [Changelog](https://github.com/jaemk/self_update/blob/master/CHANGELOG.md) - [Commits](jaemk/self_update@v1.0.0-rc.2...v1.0.0-rc.5) Updates `tar` from 0.4.45 to 0.4.46 - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](composefs/tar-rs@0.4.45...0.4.46) Updates `serial_test` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: alloy-primitives dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: serde_with dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: blake3 dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: uuid dependency-version: 1.23.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: futures-util dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: regex dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: once_cell dependency-version: 1.21.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: semver dependency-version: 1.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: zeroize dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: data-encoding dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: fastrand dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: aws-sdk-s3 dependency-version: 1.121.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: rust_decimal dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: time dependency-version: 0.3.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: clap_complete dependency-version: 4.6.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor - dependency-name: shellexpand dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: self_update dependency-version: 1.0.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patch-minor - dependency-name: serial_test dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThis is an automated Dependabot batch bumping 25 Cargo dependencies to their latest patch/minor versions, touching only Changes
Estimated review effort: 1/5 (lockfile-only dependency bump; verify CI builds and that no new MSRV or feature-gate issues surface from the Instant overview - a deep technical review follows as a separate comment. |
PR #546: deps(deps): bump the cargo-patch-minor group with 25 updatesSummaryThis Dependabot PR updates 25 crates in the ArchitectureNo structural impact. The change is a lockfile-only dependency resolution update within existing semver constraints; no source, manifest, or Kubernetes/network topology changes. Issues FoundCRITICAL Issues (Must Fix Before Merge)None found. HIGH Severity Issues (Advised to Fix Before Merge)None found. MEDIUM Severity Issues (Optional to Fix Before Merge)
LOW Severity Issues (Minor Improvements)
Commit standards: the title/commit Security ReviewNo code-level trust boundaries change in this diff; the security surface is entirely supply-chain delta.
Suggestions for Improvements
Positive Observations
Recommendation and Next StepsCOMMENT — No blocking defects, but before merge verify that the head |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the cargo-patch-minor group with 25 updates:
1.5.41.6.01.49.01.52.31.0.1491.0.1503.16.13.21.00.3.220.3.231.8.31.8.51.20.01.23.54.5.574.6.10.3.310.3.321.12.31.13.01.21.31.21.40.2.1800.2.1861.0.271.0.281.8.21.9.02.10.02.11.03.24.03.27.02.3.02.4.11.120.01.121.01.40.01.42.10.3.490.3.534.5.654.6.73.1.13.1.21.0.0-rc.21.0.0-rc.50.4.450.4.463.4.03.5.0Updates
alloy-primitivesfrom 1.5.4 to 1.6.0Release notes
Sourced from alloy-primitives's releases.
Changelog
Sourced from alloy-primitives's changelog.
... (truncated)
Commits
f811a54chore: release 1.6.045dfd95feat: add optionalsecp256k1backend for ECDSA operations (#1104)00ee366chore(deps): bump all (#1098)2ebfa5bci: harden supply chain — pin actions, lock permissions, deny git deps (#1092)68b1c44feat(sol-macro): helper builders for errors and events (#1080)f3651f2perf: add Token::head_append_many for batch encoding (#1090)9a19cdeperf: add Token::decode_many_from for batch decoding (#1089)90e19bechore: bump winnow, proptest-derive, macro-string (#1088)2a11c42fix(syn-solidity): parsedeletestatement as expression, not variable decla...05c1658fix(sol-types): remove unsound unwrap_unchecked in suffix_offset (#1083)Updates
tokiofrom 1.49.0 to 1.52.3Release notes
Sourced from tokio's releases.
... (truncated)
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
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
serde_withfrom 3.16.1 to 3.21.0Release notes
Sourced from serde_with's releases.
... (truncated)
Commits
0f4ca67Update changelog for 3.21.0 (#967)7654841Update changelog for 3.21.0c8a1d82Protect all collection creations against capacity overflow by using `size_hin...6ad5fa5Properly feature gate thevec_with_capacity_cautiousfunctionef7d141Protect all collection creations against capacity overflow by using `size_hin...a348da3Add serde_as deserialize_as explain (#958)2e5bc20Bump the github-actions group with 3 updates (#965)927a3d6Bump the github-actions group with 3 updates62d14ecEnable link-to-definition on docs.rs again, after the upstream issue was reso...4584d94Enable link-to-definition on docs.rs again, after the upstream issue was reso...Updates
tracing-subscriberfrom 0.3.22 to 0.3.23Release notes
Sourced from tracing-subscriber's releases.
Commits
54ede4dchore: prepare tracing-subscriber 0.3.23 (#3490)37558d5subscriber: allow ansi sanitization to be disabled (#3484)efc690fcore: add missing const (#3449)0c32367core: Use const initializers instead ofonce_cell9feb241docs: add arcswap reload crate to related (#3442)2d55f6fchore: prepare tracing 0.1.44 (#3439)10a9e83chore: prepare tracing-core 0.1.36 (#3440)ee82cf9tracing: fix record_all panic (#3432)9978c36chore: prepare tracing-mock 0.1.0-beta.3 (#3429)Updates
blake3from 1.8.3 to 1.8.5Release notes
Sourced from blake3's releases.
Commits
93a431cversion 1.8.5299b1e2fix LTO builds by disabling LTO6a45feeadd LTO builds to CI15e83a5c: Use correct SIMD flags when compiling with Clang-Cl (#549)2e3727dcargo fmteverywhereb97a24fversion 1.8.40ebe469update to new rustcrypto trait releasesd4b005awasm32_simd: use i8x16_shuffle for rot8 and rot166eebbbdfix a struct size mismatch in testsfb1411ec: use SIZE_MAX instead of -1 for size_t sentinels, add <stdint.h>Updates
uuidfrom 1.20.0 to 1.23.5Release notes
Sourced from uuid's releases.
... (truncated)
Commits
5dc6b3dMerge pull request #895 from uuid-rs/cargo/v1.23.55a7dfe5prepare for 1.23.5 release9b4bfc8Merge pull request #894 from geeknoid/main5acc5a5perf: Optimize UUID hex parsing and formatting1e5d867Merge pull request #891 from frostyplanet/doc49310f0doc: Fix broken link3296d64Merge pull request #890 from uuid-rs/cargo/v1.23.4cba53d0prepare for 1.23.4 releasee347af4Merge pull request #889 from frostyplanet/maine9bf55cdoc: Fix broken link warningsUpdates
clapfrom 4.5.57 to 4.6.1Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1420275chore: Released2c817ddocs: Update changelogf88c94eMerge pull request #6341 from epage/sepacbb822fix(complete): Reduce risk of conflict with actual subcommandsa49fadbrefactor(complete): Pull out subcommand separatorddc008bMerge pull request #6332 from epage/update497dc50chore: Update compatible dependenciesdca2326Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x54bdaa3chore(deps): Update j178/prek-action action to v2f0d30d9chore: ReleaseUpdates
futures-utilfrom 0.3.31 to 0.3.32Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
d9bba94Release 0.3.32151e0b9Add comments on rust-version field in Cargo.toml4aaf00cBump MSRV of utility crates to 1.71a4cce12perf: improve AtomicWaker::wake performance (#2983)ba9d102Add#[clippy::has_significant_drop]to guards (#2967)20396a8Fix rustdoc::broken_intra_doc_links warning815f6ebFix documentation ofBiLock::lock(#2971)0f0db04futures-util: makeMutex::new()const (#2956)5d6fc5eci: Test big-endian target (s390x Linux)9f739feIgnore dead_code lint on Fn1 traitUpdates
regexfrom 1.12.3 to 1.13.0Changelog
Sourced from regex's changelog.
Commits
926af2e1.13.07d941a9regex-automata-0.4.15e358341api: addregex!macro for lazy compilationc420333automata: disable miri on a couple doc testsb9d2cf7github: add FUNDING link0858006docs: add AI policy for contributors468fc64automata: reject dense DFA start states that are match states7b96fdc1.12.47b89cf0deps: update to regex-syntax 0.8.111401679regex-syntax-0.8.11Updates
once_cellfrom 1.21.3 to 1.21.4Changelog
Sourced from once_cell's changelog.
Commits
80fe900Merge pull request #296 from matklad/matklad/plfixa5e09c9release 1.21.42426d45Merge pull request #295 from matklad/matklad/plfixa144121Merge pull request #290 from alexanderkjall/run-tests-with-no-default-features232a1a4Merge pull request #292 from phil-opp/doc-fixd31767bfix OnceCell::wait with features=parking_lot28d29aeFix:sync::OnceCell::try_insertdocs should importsyncvariant0f78fb0make the command 'cargo test --no-default-features' workfda60a6Merge pull request #287 from AbeZbm/add-testsb5b98c0Add tests for OnceRefUpdates
libcfrom 0.2.180 to 0.2.186Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.