diff --git a/Cargo.lock b/Cargo.lock index 5ee4b50d..4ca4ef5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.5.0" +version = "0.5.1" dependencies = [ "axum", "axum-extra", diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 35bf15bc..905dc0a9 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -91,7 +91,7 @@ tower-service = "0.3" # optional dependencies axum = { path = "../axum", version = "0.8.9", default-features = false, optional = true } -axum-macros = { path = "../axum-macros", version = "0.5.0", optional = true } +axum-macros = { path = "../axum-macros", version = "0.5.1", optional = true } cookie = { package = "cookie", version = "0.18.0", features = ["percent-encode"], optional = true } fastrand = { version = "2.1.0", optional = true } form_urlencoded = { version = "1.1.0", optional = true } diff --git a/axum-macros/Cargo.toml b/axum-macros/Cargo.toml index 1f433c27..21feffff 100644 --- a/axum-macros/Cargo.toml +++ b/axum-macros/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "axum-macros" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.5.0" # remember to also bump the version that axum and axum-extra depends on +version = "0.5.1" # remember to also bump the version that axum and axum-extra depends on [features] default = [] diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 25a8d50f..413a5193 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -71,7 +71,7 @@ tower-layer = "0.3.2" tower-service = "0.3" # optional dependencies -axum-macros = { path = "../axum-macros", version = "0.5.0", optional = true } +axum-macros = { path = "../axum-macros", version = "0.5.1", optional = true } base64 = { version = "0.22.1", optional = true } form_urlencoded = { version = "1.1.0", optional = true } hyper = { version = "1.1.0", optional = true }