diff options
author | Frédéric Nieto <frederic.artus.nieto@gmail.com> | 2024-04-07 20:43:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-07 13:43:50 -0500 |
commit | 271d13ee10396b5caf7129e6268d78cc2b5ae2c8 (patch) | |
tree | c10b2d521519f6d6fb914cf09eacb3e713414524 | |
parent | 8283aaff3322732585519912ff0220249f0bbf6f (diff) |
feat: updated to axum 0.7 (#92)
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |