From d317efaa3e3662c34ca4bdbf8ab5bb694c9ca5d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 12:31:23 +0000 Subject: [PATCH] fix(deps): update rust crate randomize to v5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83f659e..1db634e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = [] serde = ["dep:serde"] [dependencies] -randomize = "3.0.1" +randomize = "5.0.0" serde = { version = "1.0.200", features = ["derive"], optional = true } [dev-dependencies]