diff --git a/Cargo.toml b/Cargo.toml index 44106df917a..00fe3cc3be2 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.1" } axum-core = { version = "=0.5.0" } bumpalo = { version = "=3.16.0", default-features = false } bytes = { version = "=1.9.0" }