diff --git a/hypertext/Cargo.toml b/hypertext/Cargo.toml index df64509..78ab34b 100644 --- a/hypertext/Cargo.toml +++ b/hypertext/Cargo.toml @@ -29,7 +29,7 @@ itoa = { version = "1", optional = true } ryu = { version = "1", optional = true } actix-web = { version = "4", optional = true } -axum-core = { version = "0.4", optional = true } +axum-core = { version = "0.5", optional = true } http = { version = "1", optional = true } [features]