summaryrefslogtreecommitdiff
path: root/axum-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'axum-macros/Cargo.toml')
-rw-r--r--axum-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/axum-macros/Cargo.toml b/axum-macros/Cargo.toml
index 46e73be3..be6c3f3c 100644
--- a/axum-macros/Cargo.toml
+++ b/axum-macros/Cargo.toml
@@ -30,7 +30,7 @@ syn = { version = "1.0", features = [
[dev-dependencies]
axum = { path = "../axum", version = "0.6.0", features = ["headers", "macros"] }
-axum-extra = { path = "../axum-extra", version = "0.5.0", features = ["typed-routing", "cookie-private"] }
+axum-extra = { path = "../axum-extra", version = "0.6.0", features = ["typed-routing", "cookie-private"] }
rustversion = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"