diff --git a/crates/octo-adapter-webhook/Cargo.toml b/crates/octo-adapter-webhook/Cargo.toml index b0154de..c3cca02 100644 --- a/crates/octo-adapter-webhook/Cargo.toml +++ b/crates/octo-adapter-webhook/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.12", features = ["json"] } tokio = { version = "1.35", features = ["rt-multi-thread", "macros", "time", "sync"] } -axum = "0.7" +axum = "0.8" blake3 = "1.5" async-trait = "0.1" hmac = "0.12" diff --git a/crates/quota-router-core/Cargo.toml b/crates/quota-router-core/Cargo.toml index a0a1ac7..906dc56 100644 --- a/crates/quota-router-core/Cargo.toml +++ b/crates/quota-router-core/Cargo.toml @@ -100,7 +100,7 @@ lru = "0.12" unicode-normalization = "0.1.25" # HTTP framework (for litellm-mode) -axum = { version = "0.7", optional = true } +axum = { version = "0.8", optional = true } # Bytes (for streaming bodies) bytes = { version = "1", optional = true }