diff options
author | David Pedersen <david.pdrsn@gmail.com> | 2023-01-07 20:17:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-07 13:17:13 -0600 |
commit | 939c29788233f7b3bcd88035662c059e51a2b2cd (patch) | |
tree | 27a090e5b159cfe509b514e92bf6fbbe2d1316d3 /Cargo.toml | |
parent | 4a0552242ba42aff2b8dbf96fabe331a8c879327 (diff) |
Update to axum 0.6.0 (#73)
Diffstat (limited to 'Cargo.toml')
-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.5", default-features = false, optional = true } +axum-framework = { package = "axum", version = "0.6", default-features = false, optional = true } [dev-dependencies] chrono = { version = "0.4", features = ["serde"] } |