From c8aac41128821bfaa8b5f8373165fac4faddea52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 13:06:48 +0000 Subject: [PATCH] chore(deps): update rust crate constant-string to 0.0.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c07431..2198724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,9 +217,9 @@ dependencies = [ [[package]] name = "constant-string" -version = "0.0.2" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff33a2f7482fb56d66e3f53cb8b8f776283291bb71bcdc8d73974291a800af10" +checksum = "8ce90aacfb6880505db3aed4b126006c685cf2df128c929edc2c25013f720612" dependencies = [ "serde", "utoipa", diff --git a/Cargo.toml b/Cargo.toml index bcacb6f..0551e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.2.11" [workspace.dependencies] chrono = "0.4.42" -constant-string = "0.0.2" +constant-string = "0.0.5" email_address = { version = "0.2.9", default-features = false } fortifier = { path = "./packages/fortifier", version = "0.2.0" } fortifier-macros = { path = "./packages/fortifier-macros", version = "0.2.0" }