diff --git a/Cargo.lock b/Cargo.lock index 51fb347c..69b0f591 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,9 +154,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a2edad600410b905404c594e2523549f1bcd4bded1e252c8f74524ccce0b867" +checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa" dependencies = [ "heck", "proc-macro2", diff --git a/ccc-handlers/Cargo.toml b/ccc-handlers/Cargo.toml index d156d15b..977c9639 100644 --- a/ccc-handlers/Cargo.toml +++ b/ccc-handlers/Cargo.toml @@ -8,7 +8,7 @@ publish = false ccc-proxy = { path = "../ccc-proxy" } ccc-types = { path = "../ccc-types" } axum = "0.7.3" -axum-macros = "0.4.0" +axum-macros = "0.4.1" http = "1.0.0" reqwest = { version = "0.11.23", features = ["json"] } serde = { version = "1.0.193", features = ["derive"] }