From 1733c0ffa809ecdb0a7079eadf74b19d74b02fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:55:19 +0000 Subject: [PATCH] build(deps): bump axum from `c596dea` to `f476b31` Bumps [axum](https://github.com/tokio-rs/axum) from `c596dea` to `f476b31`. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Commits](https://github.com/tokio-rs/axum/compare/c596deafe48ed608775e312eef7d12ddbb0fd424...f476b313adac5e3c161dbd321da234e5ef962da8) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f05d671..7a98254 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,11 +80,12 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.8.0-alpha.1" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#c596deafe48ed608775e312eef7d12ddbb0fd424" +version = "0.8.0-rc.1" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#f476b313adac5e3c161dbd321da234e5ef962da8" dependencies = [ "axum-core", "bytes", + "form_urlencoded", "futures-util", "http", "http-body", @@ -112,8 +113,8 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.0-alpha.1" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#c596deafe48ed608775e312eef7d12ddbb0fd424" +version = "0.5.0-rc.1" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#f476b313adac5e3c161dbd321da234e5ef962da8" dependencies = [ "bytes", "futures-util", @@ -131,8 +132,8 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.5.0-alpha.1" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#c596deafe48ed608775e312eef7d12ddbb0fd424" +version = "0.5.0-rc.1" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#f476b313adac5e3c161dbd321da234e5ef962da8" dependencies = [ "proc-macro2", "quote",