From f52fa1bf50808fe5c294f25e571824176006d3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:24:52 +0000 Subject: [PATCH] chore(deps)(deps): bump axum from 0.7.9 to 0.8.9 Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.9 to 0.8.9. - [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/compare/axum-v0.7.9...axum-v0.8.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 +++++++++----------------------- bootstrap/Cargo.toml | 2 +- cli/tri/Cargo.toml | 2 +- cli/trios-bridge/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 572d5cb7..024cfeac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,17 +96,6 @@ version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" -[[package]] -name = "async-trait" -version = "0.1.89" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "atomic-waker" version = "1.1.2" @@ -121,13 +110,13 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "axum" -version = "0.7.9" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" dependencies = [ - "async-trait", "axum-core", "bytes", + "form_urlencoded", "futures-util", "http", "http-body", @@ -140,8 +129,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rustversion", - "serde", + "serde_core", "serde_json", "serde_path_to_error", "serde_urlencoded", @@ -155,19 +143,17 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.4.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" +checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" dependencies = [ - "async-trait", "bytes", - "futures-util", + "futures-core", "http", "http-body", "http-body-util", "mime", "pin-project-lite", - "rustversion", "sync_wrapper", "tower-layer", "tower-service", @@ -1686,9 +1672,9 @@ dependencies = [ [[package]] name = "matchit" -version = "0.7.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" +checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "memchr" diff --git a/bootstrap/Cargo.toml b/bootstrap/Cargo.toml index b1e6482e..6771bc22 100644 --- a/bootstrap/Cargo.toml +++ b/bootstrap/Cargo.toml @@ -10,7 +10,7 @@ server = ["axum", "tokio"] [dependencies] anyhow = "1" -axum = { version = "0.7", optional = true } +axum = { version = "0.8", optional = true } tokio = { version = "1", features = ["full"], optional = true } serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/cli/tri/Cargo.toml b/cli/tri/Cargo.toml index e3e6cdfb..a6704206 100644 --- a/cli/tri/Cargo.toml +++ b/cli/tri/Cargo.toml @@ -17,7 +17,7 @@ chrono = "0.4" sha2 = "0.10" uuid = { version = "1", features = ["v4", "serde"] } hex = "0.4" -axum = "0.7" +axum = "0.8" tokio = { version = "1", features = ["full"] } ed25519-dalek = { version = "2", features = ["serde"] } tower = "0.5" diff --git a/cli/trios-bridge/Cargo.toml b/cli/trios-bridge/Cargo.toml index ec7aa1ed..59364794 100644 --- a/cli/trios-bridge/Cargo.toml +++ b/cli/trios-bridge/Cargo.toml @@ -9,7 +9,7 @@ name = "trios-bridge" path = "src/main.rs" [dependencies] -axum = "0.7" +axum = "0.8" tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } serde_json = "1"