From 97c0a525a7863be859d8586689fe414a327c610e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 09:12:47 +0000 Subject: [PATCH] chore(deps): update rust crate assert2 to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d042357..acf384d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tag-name = "{{prefix}}{{version}}" tag-message = "🔖 {{version}}" [workspace.dependencies] -assert2 = "0.3" +assert2 = "0.4" axum = { version = "0.8", default-features = false } http = "^1" hyper = "1"