diff --git a/Cargo.lock b/Cargo.lock index f8db7a1..4d7e444 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,9 +485,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index cb1f519..0a28166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ aws-smithy-types = { version = "1.2.9", optional = true } http-api-isahc-client = { version = "0.2.2", optional = true } unsplash-api = { version = "0.1.0", optional = true } gloo-storage = "0.3.0" -axum = { version = "0.7.7", optional = true } +axum = { version = "0.7.9", optional = true } tower-http = { version = "0.6.1", features = ["cors"], optional = true } reqwest = { version = "0.12.9", features = ["json"], optional = true } dioxus-web = { version = "0.5.6", features = ["hydrate"] }