diff --git a/Cargo.lock b/Cargo.lock index feb7540..0049b97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,9 +138,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" +checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" dependencies = [ "axum-core", "axum-macros", @@ -213,9 +213,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" +checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c6143d2..0bd61db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = ["Enrico Risa "] [workspace.dependencies] tokio = { version= "1.50.0", features=["full"] } sqlx = {version = "0.8.6", features = ["runtime-tokio-rustls", "uuid", "chrono"]} -axum = { version = "0.8.8", features = ["macros"]} +axum = { version = "0.8.9", features = ["macros"]} axum-extra = { version = "0.12.5", features = ["typed-header"] } tower = { version = "0.5.2", features = ["util"] } reqwest = { version="0.13.2", features= ["json"]}