From 853da14c618d815e86364f9190d2ef2017c9ed2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:02:38 +0000 Subject: [PATCH] build(deps): bump axum-macros from `dd8d4a4` to `5c090dc` Bumps [axum-macros](https://github.com/tokio-rs/axum) from `dd8d4a4` to `5c090dc`. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Commits](https://github.com/tokio-rs/axum/compare/dd8d4a47cb674f71d2163518a69568898f5e9077...5c090dcb3e0189f4dea3a259137ae935aeaf49c1) --- updated-dependencies: - dependency-name: axum-macros dependency-version: 5c090dcb3e0189f4dea3a259137ae935aeaf49c1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c974c37..b4c1c1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,11 +124,13 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" version = "0.8.4" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#dd8d4a47cb674f71d2163518a69568898f5e9077" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#5c090dcb3e0189f4dea3a259137ae935aeaf49c1" dependencies = [ "axum-core", "bytes", "form_urlencoded", + "futures-core", + "futures-sink", "futures-util", "http", "http-body", @@ -141,8 +143,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rustversion", - "serde", + "serde_core", "serde_json", "serde_path_to_error", "serde_urlencoded", @@ -157,7 +158,7 @@ dependencies = [ [[package]] name = "axum-core" version = "0.5.2" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#dd8d4a47cb674f71d2163518a69568898f5e9077" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#5c090dcb3e0189f4dea3a259137ae935aeaf49c1" dependencies = [ "bytes", "futures-core", @@ -176,7 +177,7 @@ dependencies = [ [[package]] name = "axum-macros" version = "0.5.0" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#dd8d4a47cb674f71d2163518a69568898f5e9077" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#5c090dcb3e0189f4dea3a259137ae935aeaf49c1" dependencies = [ "proc-macro2", "quote", @@ -712,18 +713,27 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serde" -version = "1.0.219" +version = "1.0.224" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6aaeb1e94f53b16384af593c71e20b095e958dab1d26939c1b70645c5cfbcc0b" +dependencies = [ + "serde_core", +] + +[[package]] +name = "serde_core" +version = "1.0.224" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" +checksum = "32f39390fa6346e24defbcdd3d9544ba8a19985d0af74df8501fbfe9a64341ab" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.219" +version = "1.0.224" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" +checksum = "87ff78ab5e8561c9a675bfc1785cb07ae721f0ee53329a595cefd8c04c2ac4e0" dependencies = [ "proc-macro2", "quote",