diff --git a/Cargo.lock b/Cargo.lock index c2d77c000a8..397a69f829e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8725874ecfbf399e071150b8619c4071d7b2b7a2f117e173dddef53c6bdb6bb1" dependencies = [ "async-graphql", - "axum 0.8.6", + "axum 0.8.8", "bytes", "futures-util", "serde_json", @@ -355,9 +355,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.6" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" +checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" dependencies = [ "axum-core 0.5.5", "base64 0.22.1", @@ -2399,7 +2399,7 @@ dependencies = [ "anyhow", "async-graphql", "async-graphql-axum", - "axum 0.8.6", + "axum 0.8.8", "chrono", "diesel", "diesel-async", diff --git a/Cargo.toml b/Cargo.toml index f60d8e140a5..d13ebbc4aa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ anyhow = "1.0" async-graphql = { version = "7.0.17", features = ["chrono"] } async-graphql-axum = "7.0.17" async-trait = "0.1.74" -axum = "0.8.6" +axum = "0.8.8" chrono = "0.4.42" bs58 = "0.5.1" clap = { version = "4.5.4", features = ["derive", "env", "wrap_help"] }