diff --git a/Cargo.toml b/Cargo.toml index e7c1240db1b..a8847650cf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ type-system.path = "libs/@blockprotocol/type-system/rust" ahash = { version = "=0.8.11", default-features = false } ariadne = { version = "=0.5.0", default-features = false } aws-types = { version = "=1.3.3", default-features = false } -axum = { version = "0.7.5" } +axum = { version = "0.8.0" } axum-core = { version = "0.5.0" } bumpalo = { version = "=3.16.0", default-features = false } bytes = { version = "1.9.0" }