deps(deps): bump the cargo-deps group across 1 directory with 30 updates - #3908
deps(deps): bump the cargo-deps group across 1 directory with 30 updates#3908dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo-deps group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actix-web](https://github.com/actix/actix-web) | `4.14.0` | `4.14.1` | | [aes](https://github.com/RustCrypto/block-ciphers) | `0.9.1` | `0.9.2` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.103` | `1.0.104` | | [async-nats](https://github.com/nats-io/nats.rs) | `0.49.1` | `0.50.0` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.89` | `0.1.92` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.5` | `1.8.7` | | [blst](https://github.com/supranational/blst) | `0.3.16` | `0.3.17` | | [bytes](https://github.com/tokio-rs/bytes) | `1.12.0` | `1.12.1` | | [bytesize](https://github.com/bytesize-rs/bytesize) | `2.4.0` | `2.7.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.65` | `1.4.4` | | [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.6` | | [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.4` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.10` | `0.11.11` | | [event-listener](https://github.com/smol-rs/event-listener) | `5.4.1` | `5.4.2` | | [event-listener-primitives](https://github.com/nazar-pc/event-listener-primitives) | `2.0.1` | `2.0.2` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.34` | | [libc](https://github.com/rust-lang/libc) | `0.2.186` | `0.2.189` | | [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.10` | `0.9.11` | | [pem](https://github.com/jcreekmore/pem-rs) | `3.0.6` | `4.0.0` | | [rand](https://github.com/rust-random/rand) | `0.8.6` | `0.8.7` | | [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` | | spin | `0.12.0` | `0.12.3` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.18` | `2.0.20` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.3` | `1.53.1` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.18` | `0.1.19` | | [trie-db](https://github.com/paritytech/trie) | `0.31.0` | `0.32.0` | | [uint](https://github.com/paritytech/parity-common) | `0.10.0` | `0.10.1` | | [ulid](https://github.com/dylanhart/ulid-rs) | `1.2.1` | `3.0.0` | | [wgpu](https://github.com/gfx-rs/wgpu) | `29.0.4` | `30.0.0` | | [ziggy](https://github.com/srlabs/ziggy) | `1.7.1` | `1.7.2` | Updates `actix-web` from 4.14.0 to 4.14.1 - [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.14.0...web-v4.14.1) Updates `aes` from 0.9.1 to 0.9.2 - [Commits](RustCrypto/block-ciphers@aes-v0.9.1...aes-v0.9.2) Updates `anyhow` from 1.0.103 to 1.0.104 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.103...1.0.104) Updates `async-nats` from 0.49.1 to 0.50.0 - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](nats-io/nats.rs@async-nats/v0.49.1...async-nats/v0.50.0) Updates `async-trait` from 0.1.89 to 0.1.92 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.89...0.1.92) Updates `blake3` from 1.8.5 to 1.8.7 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.5...1.8.7) Updates `blst` from 0.3.16 to 0.3.17 - [Release notes](https://github.com/supranational/blst/releases) - [Commits](supranational/blst@v0.3.16...v0.3.17) Updates `bytes` from 1.12.0 to 1.12.1 - [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.12.0...v1.12.1) Updates `bytesize` from 2.4.0 to 2.7.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.4.0...bytesize-v2.7.0) Updates `cc` from 1.2.65 to 1.4.4 - [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.65...cc-v1.4.4) Updates `clap` from 4.6.1 to 4.6.6 - [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.6.1...clap_complete-v4.6.6) Updates `console` from 0.15.11 to 0.16.4 - [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.4) Updates `env_logger` from 0.11.10 to 0.11.11 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.10...v0.11.11) Updates `event-listener` from 5.4.1 to 5.4.2 - [Release notes](https://github.com/smol-rs/event-listener/releases) - [Changelog](https://github.com/smol-rs/event-listener/blob/master/CHANGELOG.md) - [Commits](smol-rs/event-listener@v5.4.1...v5.4.2) Updates `event-listener-primitives` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/nazar-pc/event-listener-primitives/blob/master/changelog.md) - [Commits](nazar-pc/event-listener-primitives@2.0.1...2.0.2) Updates `futures` from 0.3.32 to 0.3.34 - [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.32...0.3.34) Updates `libc` from 0.2.186 to 0.2.189 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.186...0.2.189) Updates `memmap2` from 0.9.10 to 0.9.11 - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.9.10...v0.9.11) Updates `pem` from 3.0.6 to 4.0.0 - [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md) - [Commits](jcreekmore/pem-rs@v3.0.6...v4.0.0) Updates `rand` from 0.8.6 to 0.8.7 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.7/CHANGELOG.md) - [Commits](rust-random/rand@0.8.6...0.8.7) Updates `serde_json` from 1.0.150 to 1.0.151 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.150...v1.0.151) Updates `spin` from 0.12.0 to 0.12.3 Updates `thiserror` from 2.0.18 to 2.0.20 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.18...2.0.20) Updates `tokio` from 1.52.3 to 1.53.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.53.1) Updates `tokio-stream` from 0.1.18 to 0.1.19 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.18...tokio-stream-0.1.19) Updates `trie-db` from 0.31.0 to 0.32.0 - [Commits](paritytech/trie@trie-db-v0.31.0...memory-db-v0.32.0) Updates `uint` from 0.10.0 to 0.10.1 - [Commits](paritytech/parity-common@uint-v0.10.0...parity-util-mem-v0.10.1) Updates `ulid` from 1.2.1 to 3.0.0 - [Commits](dylanhart/ulid-rs@v1.2.1...v3.0.0) Updates `wgpu` from 29.0.4 to 30.0.0 - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](gfx-rs/wgpu@v29.0.4...v30.0.0) Updates `ziggy` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/srlabs/ziggy/releases) - [Changelog](https://github.com/srlabs/ziggy/blob/main/CHANGELOG.md) - [Commits](srlabs/ziggy@1.7.1...1.7.2) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: aes dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: anyhow dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: async-nats dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: async-trait dependency-version: 0.1.92 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: blake3 dependency-version: 1.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: blst dependency-version: 0.3.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: bytes dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: bytesize dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: cc dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: clap dependency-version: 4.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: console dependency-version: 0.16.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: env_logger dependency-version: 0.11.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: event-listener dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: event-listener-primitives dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: futures dependency-version: 0.3.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: libc dependency-version: 0.2.189 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: memmap2 dependency-version: 0.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: pem dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: rand dependency-version: 0.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: spin dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: thiserror dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tokio dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: tokio-stream dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: trie-db dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: uint dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: ulid dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: wgpu dependency-version: 30.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: ziggy dependency-version: 1.7.2 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 using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 68e6e2f. Configure here.
| chacha20 = { version = "0.10.1", default-features = false } | ||
| clap = "4.6.1" | ||
| console = "0.15.11" | ||
| console = "0.16.4" |
There was a problem hiding this comment.
Console color disable split
Medium Severity
Bumping workspace console to 0.16.4 leaves Substrate crates on console 0.15.11, so init_logger's set_colors_enabled calls no longer touch the console instance Substrate uses. Substrate-styled log lines can emit ANSI again and get escaped as literal \x1b[ by tracing-subscriber, which is the failure mode this workaround was written to prevent.
Reviewed by Cursor Bugbot for commit 68e6e2f. Configure here.


Bumps the cargo-deps group with 30 updates in the / directory:
4.14.04.14.10.9.10.9.21.0.1031.0.1040.49.10.50.00.1.890.1.921.8.51.8.70.3.160.3.171.12.01.12.12.4.02.7.01.2.651.4.44.6.14.6.60.15.110.16.40.11.100.11.115.4.15.4.22.0.12.0.20.3.320.3.340.2.1860.2.1890.9.100.9.113.0.64.0.00.8.60.8.71.0.1501.0.1510.12.00.12.32.0.182.0.201.52.31.53.10.1.180.1.190.31.00.32.00.10.00.10.11.2.13.0.029.0.430.0.01.7.11.7.2Updates
actix-webfrom 4.14.0 to 4.14.1Release notes
Sourced from actix-web's releases.
Commits
4d435abchore(actix-web): prepare release 4.14.1a732456chore(actix-http): prepare release 3.13.30df37acDrain HTTP/1 connections during graceful shutdown (#4169)51603bfchore(actix-http): prepare release 3.13.2d1e2e89fix(http): terminate ByteString message bodies (#4178)3108963chore: update actions (#4176)937960cchore: update syn to 3 (#4175)61b655ebuild(deps): bump time from 0.3.54 to 0.3.55 (#4171)bf2c859chore: migrate to GitHub-builtin coverage (#4132)d5c282fbuild(deps): bump syn from 2.0.119 to 3.0.3 (#4165)Updates
aesfrom 0.9.1 to 0.9.2Commits
18108aeRelease aes v0.9.2 (#577)2751b90aes: addhardware_acceleratedfunction (#579)e50a0c1aes: refactor backends (#575)8539fadrefactor(aes): machine-word generic fixslice (#560)948663fci: bump actions/cache from 5 to 6 (#573)32cad20build(deps): bump actions/checkout from 6 to 7 (#571)4bbb17aaes: useintel-sde-install's default SDE version (#570)4214e0aaes: useintel-sde-installaction for AVX-512 CI (#569)77dd035Release camellia v0.2.1 (#568)8bc3fedcamellia: drop unused byteorder dependency (#566)Updates
anyhowfrom 1.0.103 to 1.0.104Release notes
Sourced from anyhow's releases.
Commits
1dbe186Release 1.0.104f6479f8Update to syn 3Updates
async-natsfrom 0.49.1 to 0.50.0Release notes
Sourced from async-nats's releases.
Commits
9b382a2Release v0.50.0834b129Apply linter fixesd00e6b5Fix account info deser failure on servers with tiered jetstreamafceb76Replace dead feature-powerset CI job with curated feature checka493d15Switch to tryhard for nats-server testsc27e773Use new start method for retry start in nats-server crate86ecbafUse time by default and cover chrono in CI15f9f63Add chrono as alternative to time.Updates
async-traitfrom 0.1.89 to 0.1.92Release notes
Sourced from async-trait's releases.
Commits
82e7e9eRelease 0.1.929a35cb8Merge pull request #303 from dtolnay/mustuse875ceecResolve double_must_use clippy lint62993a5Raise minimum tested compiler to rust 1.88d049ee0Release 0.1.917a0961fMerge pull request #301 from dtolnay/mutability740f86fIgnore mut_mut pedantic clippy lint in test4699cd3Fix mutability for by-reference receivers6dd3573Add regression test for issue 3002371797Release 0.1.90Updates
blake3from 1.8.5 to 1.8.7Release notes
Sourced from blake3's releases.
Commits
f3149ecversion 1.8.7b65bcb7add #[allow(deprecated)] annotations to fix nightly/beta warnings483a220fix warnings related to not using MAX constantsba02549Codex: removearrayref77b257eversion 1.8.683b1746useseekinstead ofmetadatato establish mmap length (#570)9eac279use vswhere to find Visual Studio in CIfc3d0e9Fix path to Visual Studio toolchain in CI8aa5145a few more colons6bb9773use cargo:: build script syntaxUpdates
blstfrom 0.3.16 to 0.3.17Release notes
Sourced from blst's releases.
Commits
54e6e55bindings/rust/Cargo.toml: bump the version number.8aaaef0bindings/zig: bump the version number.ff66582bindings/python/run.me: add test vectors from pairing-friendly-curves draft.3ede151bindings/go/README.md: fix typos.14cd09aExecute build/refresh.sh.41b511aasm/{qx}-x86_64.pl: minimize symbol pollution in MSCV build.bf008ecexports.c,recip.c: align with asm/mulx_mont_256-x86_64.33d7f80asm/mulx_mont_256-x86_64.pl: clarify limitations.e3d708basm/x86_64-xlate.pl: update from cryptogams.23cdd8abindings/go/blst.go: harden PairingMulNAggregate interface.Updates
bytesfrom 1.12.0 to 1.12.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
76c0fbbRelease bytes v1.12.1 (#838)924c82bHandle unwinding from Box::new (#837)Updates
bytesizefrom 2.4.0 to 2.7.0Release notes
Sourced from bytesize's releases.
Changelog
Sourced from bytesize's changelog.
Commits
a854b58chore(bytesize): prepare release 2.7.0fe908fbfix: restore display without default features (#192)18f6be4chore(deps): bump serde from 1.0.228 to 1.0.229 (#184)76da7d5chore(deps): bump toml from 1.1.2+spec-1.1.0 to 1.1.4+spec-1.1.0 (#185)56ba3dcchore(deps): bump serde_json from 1.0.150 to 1.0.151 (#186)2a061ffchore(deps): bump taiki-e/install-action from 2.82.7 to 2.85.4 (#187)2473dc1chore(deps): bump MarcoIeni/release-plz-action from 0.5.130 to 0.5.131 (#188)1c58e4dchore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#189)5c53c89chore: release v2.6.0 (#183)7d326c0feat: display in bits (#110)Updates
ccfrom 1.2.65 to 1.4.4Release notes
Sourced from cc's releases.
... (truncated)
Changelog
Sourced from cc's changelog.
... (truncated)
Commits
82ee29echore(cc): release v1.4.4 (#1869)1301078fix: run the Android llvm-ar probe in the caller's environment (#1868)c5cc913fix: honor Build::env overrides in flag support probes (#1866)caf7609chore(deps): bump dtolnay/rust-toolchain (#1862)3c4ab88chore: release (#1858)951c5f5cc-test: add loongarch64 assembly shim (#1855)60e2e00chore(deps): bump Swatinem/rust-cache from 2.9.1 to 2.9.2 (#1853)cdb4701ci: replace rustup installation with actions-rust-lang/setup-rust-toolchain (...3af3b8dcargo: use workspace inheritance (#1850)6df6471cargo: convert to workspace lints (#1849)Updates
clapfrom 4.6.1 to 4.6.6Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
348cff3chore: Released478377docs: Update changelog04b9fbbMerge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob7075239Merge pull request #6422 from BaumiCoder/fix-fish-indentationsf90a966fix(complete): Use spaces for indentation in fishdd4997bfix(complete): Don't glob-expand bash positionals8387c81Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x8141e11chore(deps): Update compatible (dev) (#6398)8a6bd4echore(deps): Update pre-commit hook crate-ci/typos to v1.47.071a7213chore(deps): Update Rust Stable to v1.96 (#6396)Updates
consolefrom 0.15.11 to 0.16.4Release notes
Sourced from console's releases.
... (truncated)
Commits
598eca9Bump version to 0.16.40f22c35feat: addis_dumbpublic function1426649Bump actions/checkout from 3 to 7d2d89adignore non-ascii input in Style::from_dotted_str6cff3e0document current panic in Style::from_dotted_str via test casesdd4334fApply suggestions from clippy 1.95586efadRemove redundant as_handle helperbe20e85Add TermInner::new constructors70ea3d0Bump version to 0.16.36bd8894Removemake msrv-lockUpdates
env_loggerfrom 0.11.10 to 0.11.11Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
b4d3f2bchore: Releasecc2b2efchore: Release69e27d1docs: Update changelog166880dMerge pull request #411 from epage/parse0a580d0fix(filter): Remove 'parse' on no_std78d8ef1Merge pull request #404 from cagatay-y/feature/filter-no_std132fe86feat(filter): Add support for no_std environments4feafa4refactor(env_filter): Fix unreachable pub warning92f8d8dMerge pull request #410 from rust-cli/renovate/crate-ci-typos-1.x4e57784chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0Updates
event-listenerfrom 5.4.1 to 5.4.2Release notes
Sourced from event-listener's releases.
Changelog
Sourced from event-listener's changelog.
Commits
77004acMerge pull request #166 from smol-rs/releaseb7c96f8Release 5.4.2214becdFix unbounded Send/Sync implementations on StackSlot (#163)92fc46bRemove no longer needed importsbb65f07ci: Use taiki-e/checkout-action action593ace8ci: Use reusable workflows for clippyda90a66Format with rustfmt2e9db21chore: Fix typofb1182eRemove slab-based implementation of event-listenerc5cec7bAdd spinlock implementation to intrusive.rsUpdates
event-listener-primitivesfrom 2.0.1 to 2.0.2Changelog
Sourced from event-listener-primitives's changelog.
Commits
6d084d0Fix clippy lints, update dependenciesUpdates
futuresfrom 0.3.32 to 0.3.34Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
705e6b5Release 0.3.34616dac7compat: Inline RawWaker clone function4176369Inline remaining RawWaker clone functionsf17a895Fix cloned FuturesUnordered waker identity51d62admacro: bumpsynto v3 (#3028)9e26177ci: Reduce timeout-minutesb2d0983tsan: Enable Adaptive Delayf733d0eMiri: Ignore compat testse5def2fRename default branch to main89cc254Release 0.3.33Updates
libcfrom 0.2.186 to 0.2.189Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.