From d3c2ebb8446660583b33ccbb1339efe6dc40225c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 11:09:08 +0000 Subject: [PATCH] Update Rust crate rc4 to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdb0643..f48e366 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ flate2 = "1.1.0" log = "0.4.26" log4rs = "1.3.0" rand = "0.9.0" -rc4 = "0.1.0" +rc4 = "0.2.0" reqwest = "0.12.12" rsa = "0.9.7" serde = "1.0.218"