diff --git a/Cargo.toml b/Cargo.toml index a11eaff..c8255f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ futures = "0.3.30" moka = { version = "0.12.8", features = ["future"] } # Axum -axum = { version = "0.6.20", features = [ +axum = { version = "0.7.5", features = [ "json", "headers", ], default-features = false, optional = true } @@ -94,12 +94,12 @@ http-body-util = { version = "0.1.2", optional = true } anyhow = "1.0.86" env_logger = "0.11.3" tower-http = { version = "0.5.2", features = ["map-request-body", "util"] } -axum = { version = "0.6.20", features = [ +axum = { version = "0.7.5", features = [ "http1", "tokio", "query", ], default-features = false } -axum-macros = "0.3.8" +axum-macros = "0.4.1" tokio = { version = "1.38.0", features = ["full"] } [profile.dev]