From 2836feda3c7d1ce4828eda1d2a5c4f96233cf3df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:07:05 +0000 Subject: [PATCH] Bump the mycelium group across 1 directory with 3 updates Bumps the mycelium group with 3 updates in the / directory: [tokio-util](https://github.com/tokio-rs/tokio), [axum-extra](https://github.com/tokio-rs/axum) and [nix](https://github.com/nix-rust/nix). Updates `tokio-util` from 0.7.16 to 0.7.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.16...tokio-util-0.7.17) Updates `axum-extra` from 0.10.3 to 0.12.1 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/commits) Updates `nix` from 0.29.0 to 0.30.1 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.29.0...v0.30.1) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: axum-extra dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++-------- mycelium/Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b48b887..209c033f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,21 +165,20 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.10.3" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" +checksum = "5136e6c5e7e7978fe23e9876fb924af2c0f84c72127ac6ac17e7c46f457d362c" dependencies = [ "axum", "axum-core", "bytes", + "futures-core", "futures-util", "http", "http-body", "http-body-util", "mime", "pin-project-lite", - "rustversion", - "serde_core", "tower-layer", "tower-service", "tracing", @@ -1647,7 +1646,6 @@ dependencies = [ "left-right", "libc", "netdev", - "nix 0.29.0", "nix 0.30.1", "openssl", "quinn", @@ -1791,7 +1789,6 @@ dependencies = [ "cfg-if", "cfg_aliases", "libc", - "memoffset", ] [[package]] @@ -3052,9 +3049,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.16" +version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" +checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" dependencies = [ "bytes", "futures-core", diff --git a/mycelium/Cargo.toml b/mycelium/Cargo.toml index 2ed21c9e..20870d8b 100644 --- a/mycelium/Cargo.toml +++ b/mycelium/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1.48.0", features = [ "time", "rt-multi-thread", # FIXME: remove once tokio::task::block_in_place calls are resolved ] } -tokio-util = { version = "0.7.16", features = ["codec"] } +tokio-util = { version = "0.7.17", features = ["codec"] } futures = "0.3.31" serde = { version = "1.0.228", features = ["derive"] } rand = "0.9.2" @@ -55,7 +55,7 @@ arc-swap = "1.7.1" dashmap = { version = "6.1.0", features = ["inline"] } ahash = "0.8.11" axum = "0.8.6" -axum-extra = "0.10.3" +axum-extra = "0.12.1" reqwest = { version = "0.12.24", default-features = false, features = [ "charset", "http2",