diff --git a/Cargo.lock b/Cargo.lock index abf9368d3e4..f10068add52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bf2882c816094fef6e39d381b8e9b710e5943e7bdef5198496441d5083164fa" dependencies = [ "async-graphql", - "axum 0.8.1", + "axum 0.8.3", "bytes", "futures-util", "serde_json", @@ -368,11 +368,11 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8" +checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" dependencies = [ - "axum-core 0.5.0", + "axum-core 0.5.2", "base64 0.22.1", "bytes", "form_urlencoded", @@ -425,12 +425,12 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733" +checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" dependencies = [ "bytes", - "futures-util", + "futures-core", "http 1.1.0", "http-body 1.0.0", "http-body-util", @@ -2264,7 +2264,7 @@ dependencies = [ "anyhow", "async-graphql", "async-graphql-axum", - "axum 0.8.1", + "axum 0.8.3", "chrono", "diesel", "graph", diff --git a/Cargo.toml b/Cargo.toml index e258a84082a..f180a44e9f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ license = "MIT OR Apache-2.0" anyhow = "1.0" async-graphql = { version = "7.0.15", features = ["chrono"] } async-graphql-axum = "7.0.15" -axum = "0.8.1" +axum = "0.8.3" chrono = "0.4.38" bs58 = "0.5.1" clap = { version = "4.5.4", features = ["derive", "env", "wrap_help"] }