deps(deps): bump the cargo-deps group across 1 directory with 19 updates#3871
deps(deps): bump the cargo-deps group across 1 directory with 19 updates#3871dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo-deps group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actix-web](https://github.com/actix/actix-web) | `4.13.0` | `4.14.0` | | [aes](https://github.com/RustCrypto/block-ciphers) | `0.9.0` | `0.9.1` | | [async-nats](https://github.com/nats-io/nats.rs) | `0.48.0` | `0.49.1` | | [bitvec](https://github.com/bitvecto-rs/bitvec) | `1.0.1` | `1.1.1` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.0` | | [bytesize](https://github.com/bytesize-rs/bytesize) | `2.3.1` | `2.4.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.62` | `1.2.65` | | [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.3` | | [futures-timer](https://github.com/async-rs/futures-timer) | `3.0.3` | `3.0.4` | | [jsonrpsee](https://github.com/paritytech/jsonrpsee) | `0.24.10` | `0.24.11` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.33` | | [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) | `0.1.50` | `0.1.52` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.8.6` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | spin | `0.10.0` | `0.12.0` | | [thread-priority](https://github.com/iddm/thread-priority) | `3.0.0` | `3.1.1` | | [x509-parser](https://github.com/rusticata/x509-parser) | `0.17.0` | `0.18.1` | | [zeroize](https://github.com/RustCrypto/utils) | `1.8.2` | `1.9.0` | | [ziggy](https://github.com/srlabs/ziggy) | `1.7.0` | `1.7.1` | Updates `actix-web` from 4.13.0 to 4.14.0 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](actix/actix-web@web-v4.13.0...web-v4.14.0) Updates `aes` from 0.9.0 to 0.9.1 - [Commits](RustCrypto/block-ciphers@aes-v0.9.0...aes-v0.9.1) Updates `async-nats` from 0.48.0 to 0.49.1 - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](nats-io/nats.rs@async-nats/v0.48.0...async-nats/v0.49.1) Updates `bitvec` from 1.0.1 to 1.1.1 - [Changelog](https://github.com/ferrilab/bitvec/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitvecto-rs/bitvec/commits) 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 `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) Updates `cc` from 1.2.62 to 1.2.65 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.62...cc-v1.2.65) Updates `console` from 0.15.11 to 0.16.3 - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](console-rs/console@0.15.11...0.16.3) Updates `futures-timer` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/async-rs/futures-timer/releases) - [Changelog](https://github.com/async-rs/futures-timer/blob/master/CHANGELOG.md) - [Commits](async-rs/futures-timer@v3.0.3...v3.0.4) Updates `jsonrpsee` from 0.24.10 to 0.24.11 - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](paritytech/jsonrpsee@v0.24.10...v0.24.11) Updates `log` from 0.4.29 to 0.4.33 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.33) Updates `mimalloc` from 0.1.50 to 0.1.52 - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](purpleprotocol/mimalloc_rust@v0.1.50...v0.1.52) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) 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 `spin` from 0.10.0 to 0.12.0 Updates `thread-priority` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/iddm/thread-priority/releases) - [Changelog](https://github.com/iddm/thread-priority/blob/master/CHANGELOG.md) - [Commits](https://github.com/iddm/thread-priority/commits) Updates `x509-parser` from 0.17.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 `zeroize` from 1.8.2 to 1.9.0 - [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0) Updates `ziggy` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/srlabs/ziggy/releases) - [Changelog](https://github.com/srlabs/ziggy/blob/main/CHANGELOG.md) - [Commits](srlabs/ziggy@1.7.0...1.7.1) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: aes dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: async-nats dependency-version: 0.49.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: bitvec dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: bytes dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: bytesize dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: cc dependency-version: 1.2.65 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: console dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: futures-timer dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: jsonrpsee dependency-version: 0.24.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: mimalloc dependency-version: 0.1.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: spin dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: thread-priority dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: x509-parser dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: zeroize dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: ziggy dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
🛡️ Immunefi PR ReviewsWe noticed that your project isn't set up for automatic code reviews. If you'd like this PR reviewed by the Immunefi team, you can request it manually using the link below: Once submitted, we'll take care of assigning a reviewer and follow up here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 30a9802. Configure here.
| chacha20 = { version = "0.10.0", default-features = false } | ||
| clap = "4.6.1" | ||
| console = "0.15.11" | ||
| console = "0.16.3" |
There was a problem hiding this comment.
Dual console breaks ANSI disable
Medium Severity
Bumping workspace console to 0.16.3 while sc-informant and sc-tracing still use console 0.15.11 links two copies of the crate. init_logger only calls set_colors_enabled on the 0.16 instance, so Substrate’s 0.15 styling stays enabled and embedded ANSI can still appear escaped in tracing output.
Reviewed by Cursor Bugbot for commit 30a9802. Configure here.


Bumps the cargo-deps group with 19 updates in the / directory:
4.13.04.14.00.9.00.9.10.48.00.49.11.0.11.1.11.11.11.12.02.3.12.4.01.2.621.2.650.15.110.16.33.0.33.0.40.24.100.24.110.4.290.4.330.1.500.1.520.8.50.8.61.0.1491.0.1500.10.00.12.03.0.03.1.10.17.00.18.11.8.21.9.01.7.01.7.1Updates
actix-webfrom 4.13.0 to 4.14.0Release notes
Sourced from actix-web's releases.
Commits
696b1fechore(web): prepare 4.14.0 release (#4114)6c65c46chore(http): prepare 3.13.0 release (#4112)afd2df2test(multipart,derive): move trybuild tests (#4028)7ded7eebuild(deps): bump memchr from 2.8.1 to 2.8.2 (#4107)55cf2e0build(deps): bump bytesize from 2.3.1 to 2.4.0 (#4104)565b179build(deps): bump smallvec from 1.15.1 to 1.15.2 (#4106)1605dd0build(deps): bump taiki-e/install-action from 2.81.7 to 2.81.10 (#4105)5c79f55build(deps): bump regex from 1.12.3 to 1.12.4 (#4103)2ffbee0build(deps): bump time from 0.3.47 to 0.3.49 (#4102)4748b2abuild(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#4092)Updates
aesfrom 0.9.0 to 0.9.1Commits
507938cRelease aes v0.9.1 (#563)957dba9aes: fix min version ofzeroizeand build warnings on AArch64 (#562)c69a235Release new versions dependent oncipherv0.5 (#553)582b178Movegifttogift-cipherandspecktospeck-cipher(#554)Updates
async-natsfrom 0.48.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 reset6043482Release v0.49.0337dfacAdd max payload validation where it was missing01fb358Add TryFrom impls for HeaderName1ec5724Add more new docs examplesUpdates
bitvecfrom 1.0.1 to 1.1.1Changelog
Sourced from bitvec's changelog.
Commits
Updates
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
bytesizefrom 2.3.1 to 2.4.0Release notes
Sourced from bytesize's releases.
Changelog
Sourced from bytesize's changelog.
Commits
ebf8ed3chore: release v2.4.0 (#161)2a1423ffeat: implement Sum for ByteSize (#169)b2b22f3ci: pin actions3c02c4cchore: update msrv to 1.85227baa7chore(deps): bump rand from 0.10.0 to 0.10.1 (#162)9a4a9c7chore(deps): bump toml from 1.0.6+spec-1.1.0 to 1.1.2+spec-1.1.0 (#160)b695837chore(deps): bump taiki-e/install-action from 2.70.3 to 2.75.27 (#158)94e559achore(deps): bump actions-rust-lang/setup-rust-toolchain (#159)1cacb79chore(deps): bump actions-rust-lang/setup-rust-toolchain (#151)ed48c91chore(deps): bump taiki-e/install-action from 2.68.15 to 2.70.3 (#150)Updates
ccfrom 1.2.62 to 1.2.65Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
640c66achore(cc): release v1.2.65 (#1764)26e1972Regenerate target info (#1763)9858eb8Bump taiki-e/install-action from 2.77.6 to 2.81.8 (#1758)3bcc923Bump release-plz/action from 0.5.129 to 0.5.130 (#1759)f0c8998chore(cc): release v1.2.64 (#1757)1cb49a7Add more bare-metal 32-bit Arm support (#1753)44212e0Bump actions/checkout from 6.0.2 to 6.0.3 (#1751)9c81f5dRemove unnecessary clone (#1748)a2bcb6eUpdate rusqlite requirement from 0.39.0 to 0.40.0 (#1744)b2e811eAdd default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targe...Updates
consolefrom 0.15.11 to 0.16.3Release notes
Sourced from console's releases.
Commits
70ea3d0Bump version to 0.16.36bd8894Removemake msrv-lock499e5f6Usestd::sync::OnceLockinstead ofonce_cell0bf645dBump version0b789b9Fix clippy warningsbb1cbdbExclude development scripts from published package12281c1chore: minor improvement for docse611fbcdocs: add note about clicolorse9b9a44Apply clippy suggestion9cf0c5fci: enable all workflows for pull requestsUpdates
futures-timerfrom 3.0.3 to 3.0.4Release notes
Sourced from futures-timer's releases.
Changelog
Sourced from futures-timer's changelog.
Commits
e8d2e87Merge pull request #82 from jxs/prepare-3.0.4e21263emerge master97f34c2Prepare v3.0.408f6454Merge pull request #83 from jxs/fix/address-warnings57f9245address warningsef863d1Merge pull request #75 from DaniPopes/cfg-dependenciesd8ceba1Merge branch 'master' into cfg-dependencies35261c2Merge pull request #72 from grafbase/dependency-upgrade827aaf3Merge pull request #68 from nazar-pc/handle-overflow-gracefullyc65fe74Handle potential overflow gracefullyUpdates
jsonrpseefrom 0.24.10 to 0.24.11Commits
527f3aachore: release v0.24.11 (#1638)5cd805aserver: expose pending subscription id (#1637)Updates
logfrom 0.4.29 to 0.4.33Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
f405739Merge pull request #734 from rust-lang/cargo/0.4.336a24abfprepare for 0.4.33 release87e0621Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparisona9b5711Review: fallback to the &str hashcc89cc6Review: fixed other comparisons920e7dcReview: fixed comparison onMaybeStaticStr0d71d3cFixed key comparisona5b5b21Merge pull request #730 from rust-lang/cargo/0.4.32c8d3b12prepare for 0.4.32 releasece6cd9fMerge pull request #729 from tisonkun/kv-std-supportUpdates
mimallocfrom 0.1.50 to 0.1.52Release notes
Sourced from mimalloc's releases.
Commits
abcd2bev0.1.529db5330Remove explicit arm instruction setd06bd31Merge pull request #161 from svix-jbrown/feat/stats-jsoneb4a16dsimplify APIe1fd9ebfix up some tests6805298v0.1.51ba2c9b1Fix extended v384969ebMerge pull request #160 from Havunen/feat/adjust_build_to_match_mimalloc843b9b2Updated mimalloc to 3.3.2 and 2.3.2da7a09cfeat: expose mi_stats_get_json and a safe wrapper around itUpdates
randfrom 0.8.5 to 0.8.6Changelog
Sourced from rand's changelog.
Commits
5309f250.8.6 (#1772): update for recent nightly rustc and backport #17641126d03When testing rustc 1.36, use compatible dependencies.143b602Add Cargo.lock.msrv.9be86f2Fix cross build test.5e0d50dDrop simd_support.8ff02f0Upgrade cache action.4ad0cc3Don't test for unsupported target architecture.258e6d0Address warning.9f0e676Mark some internal traits as potentially unused.6f123c1Workaround never constructed and never used warning.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
spinfrom 0.10.0 to 0.12.0Updates
thread-priorityfrom 3.0.0 to 3.1.1Changelog
Sourced from thread-priority's changelog.
Commits
Updates
x509-parserfrom 0.17.0 to 0.18.1Changelog
Sourced from x509-parser's changelog.
Commits
Updates
zeroizefrom 1.8.2 to 1.9.0Commits
0b71573zeroize v1.9.0 (#1494)3e3f18czeroize: always enable AVX-512 support (#1493)1ea42bbzeroize_derive v1.5.0 (#1492)8d785d1zeroize: rustdoc improvements (#1491)d844f36zeroize: incorporate README.md into rustdoc (#1490)c65c09dctutils: usereasoninstead of comment inforbidattribute (#1489)cbd0963Release block-buffer v0.12.1 (#1488)9aa541dblock-buffer: fix exception safety (#1487)5c7e4f9cmov v0.5.4 (#1485)87cadbccmov: fix clippy (#1484)Updates
ziggyfrom 1.7.0 to 1.7.1Commits
d99ec12Prepare for 1.7.1 release7146a21Merge pull request #174 from srlabs/update_afl_rs50c848bchore(deps): bump afl.rs version41f89cdMerge pull request #173 from srlabs/fix_triage602152dfix triage: pass correct afl output path to casr-aflff07465Merge pull request #170 from srlabs/fix-prof-mergingea9e5fdPerf nitaccdb10Fix coverage generation bug92d4b78Fix logs directory bug when minimizingDependabot 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