summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Nieto <frederic.artus.nieto@gmail.com>2024-04-07 20:43:50 +0200
committerGitHub <noreply@github.com>2024-04-07 13:43:50 -0500
commit271d13ee10396b5caf7129e6268d78cc2b5ae2c8 (patch)
treec10b2d521519f6d6fb914cf09eacb3e713414524
parent8283aaff3322732585519912ff0220249f0bbf6f (diff)
feat: updated to axum 0.7 (#92)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1a76daf..8189267 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ serde = "1.0"
thiserror = "1.0"
tracing = { version = "0.1", optional = true }
warp-framework = { package = "warp", version = "0.3", default-features = false, optional = true }
-axum-framework = { package = "axum", version = "0.6", default-features = false, optional = true }
+axum-framework = { package = "axum", version = "0.7", default-features = false, optional = true }
[dev-dependencies]
chrono = { version = "0.4", features = ["serde"] }