diff --git a/Cargo.lock b/Cargo.lock index 147b760288..6528f5c0a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -139,7 +139,7 @@ dependencies = [ "anyhow", "async-graphql", "async-graphql-axum", - "axum 0.7.9", + "axum 0.8.3", "axum-extra", "chrono", "clap", @@ -345,14 +345,11 @@ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core 0.4.5", - "axum-macros", "bytes", "futures-util", "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", - "hyper-util", "itoa", "matchit 0.7.3", "memchr", @@ -361,11 +358,7 @@ dependencies = [ "pin-project-lite", "rustversion", "serde", - "serde_json", - "serde_path_to_error", - "serde_urlencoded", "sync_wrapper 1.0.2", - "tokio", "tower 0.5.2", "tower-layer", "tower-service", @@ -379,6 +372,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" dependencies = [ "axum-core 0.5.2", + "axum-macros", "base64 0.22.1", "bytes", "form_urlencoded", @@ -491,9 +485,9 @@ dependencies = [ [[package]] name = "axum-macros" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce" +checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" dependencies = [ "proc-macro2", "quote", @@ -2120,7 +2114,7 @@ dependencies = [ "anyhow", "async-graphql", "async-graphql-axum", - "axum 0.7.9", + "axum 0.8.3", "axum-extra", "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ca5386078a..9b46dc5a1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ anyhow = "1.0.90" async-graphql = { version = "7.0.6", default-features = false, features = ["tracing", "chrono", "playground"] } async-graphql-axum = "7.0.3" -axum = { version = "0.7.5", features = ["macros"] } +axum = { version = "0.8.3", features = ["macros"] } axum-extra = { version = "0.9.4", default-features = false, features = ["tracing", "typed-header"] } base64 = { version = "0.22.1" } jsonwebtoken = "9.3.0"