diff --git a/Cargo.lock b/Cargo.lock index 38932ef..8800a43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.16" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "113713495a32dd0ab52baf5c10044725aa3aec00b31beda84218e469029b72a3" +checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" dependencies = [ "async-trait", "axum-core", diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 49f61c8..1ea3666 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -15,5 +15,5 @@ authors = [ ruice = { path = "../core", version = "=0.1.1" } async-trait = "0.1.68" -axum = "0.6.16" +axum = "0.6.18" thiserror = "1.0"