diff --git a/Cargo.lock b/Cargo.lock index fd2f62c..52f0c94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,9 +124,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.12" +version = "0.6.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f8ccfd9221ee7d1f3d4b33e1f8319b3a81ed8f61f2ea40b37b859794b4491" +checksum = "113713495a32dd0ab52baf5c10044725aa3aec00b31beda84218e469029b72a3" dependencies = [ "async-trait", "axum-core", @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2f958c80c248b34b9a877a643811be8dbca03ca5ba827f2b63baf3a81e5fc4e" +checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7ffb7f2..ea05679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Manuel Mauro "] anyhow = "1.0.70" argon2 = "0.5.0" async-trait = "0.1.68" -axum = { version = "0.6.12", features = ["tower-log", "macros"] } +axum = { version = "0.6.16", features = ["tower-log", "macros"] } clap = { version = "4.2.1", features = ["derive", "env"] } dotenv = "0.15.0" env_logger = "0.10.0"