From d8a17cb4ee18a5f4ed1ed714092aa3d3662acf47 Mon Sep 17 00:00:00 2001 From: stasos24 Date: Fri, 19 Sep 2025 07:49:10 +0000 Subject: [PATCH 1/2] Fix of RUSTSEC-2025-0009 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ecf849c..05aa7412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ version = "0.6.0" [dependencies] base64 = "0.13.0" rand = "0.8.0" -ring = "0.16.9" +ring = "0.17.12" [badges] maintenance = { status = "actively-developed" } From ed3c1523acdd0b47a21ad0cf3a86a3cd2eac2495 Mon Sep 17 00:00:00 2001 From: Stanislav Osipov <57736012+stasos24@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:53:20 +0300 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05aa7412..054ae0c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "scram" readme = "README.md" repository = "https://github.com/tomprogrammer/scram" -version = "0.6.0" +version = "0.6.1" [dependencies] base64 = "0.13.0"