diff --git a/Cargo.lock b/Cargo.lock index dfa3b63..e8a13ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,9 +161,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.3.7" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb524613be645939e280b7279f7b017f98cf7f5ef084ec374df373530e73277" +checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index bba0296..2e0cc91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] argon2 = "0.5.0" axum = { version = "0.6.18", features = ["headers", "ws"] } -axum-macros = "0.3.7" +axum-macros = "0.4.1" fern = { version = "0.6.2", features = ["colored"] } futures = "0.3.28" humantime = "2.1.0"