diff --git a/Cargo.lock b/Cargo.lock index 759c545ef48..fa6391eb496 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bf2882c816094fef6e39d381b8e9b710e5943e7bdef5198496441d5083164fa" dependencies = [ "async-graphql", - "axum 0.8.3", + "axum 0.8.4", "bytes", "futures-util", "serde_json", @@ -367,9 +367,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" +checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" dependencies = [ "axum-core 0.5.2", "base64 0.22.1", @@ -2320,7 +2320,7 @@ dependencies = [ "anyhow", "async-graphql", "async-graphql-axum", - "axum 0.8.3", + "axum 0.8.4", "chrono", "diesel", "graph", diff --git a/Cargo.toml b/Cargo.toml index 61a271d0e9d..a7c213c6b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT OR Apache-2.0" anyhow = "1.0" async-graphql = { version = "7.0.17", features = ["chrono"] } async-graphql-axum = "7.0.15" -axum = "0.8.3" +axum = "0.8.4" chrono = "0.4.41" bs58 = "0.5.1" clap = { version = "4.5.4", features = ["derive", "env", "wrap_help"] }