From 63332a1f5b3c541a427b465a7e53df73c836995d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:49:06 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a47110d..49ca849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ crate-type = ["cdylib"] [dependencies] worker = { version = "0.4.0", features = ['http', 'axum'] } worker-macros = { version = "0.4.0", features = ['http'] } -axum = { version = "0.7", default-features = false, features = [ +axum = { version = "0.8", default-features = false, features = [ "json", "form", "macros",