From adf175146f85bdc98da1e7c55cd394e81ff865d4 Mon Sep 17 00:00:00 2001 From: WingZer0o Date: Sat, 13 Jun 2026 12:34:27 -0400 Subject: [PATCH 1/2] rand cargo.toml upgrade --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bf768b..9583e84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,9 +1036,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", diff --git a/Cargo.toml b/Cargo.toml index 6100319..280a018 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ aes-gcm = "0.10.3" argon2 = "0.5.2" bcrypt = "0.18.0" blake2 = "0.10.6" -rand = "0.8.5" +rand = "0.8.6" rand_chacha = "0.3.1" rsa = "0.9.6" scrypt = "0.11.0" From 17df5bd24d43a81bf60186ddffa7039269e04eef Mon Sep 17 00:00:00 2001 From: WingZer0o Date: Sat, 13 Jun 2026 12:49:21 -0400 Subject: [PATCH 2/2] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9583e84..14c4169 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cas-lib" -version = "0.2.77" +version = "0.2.78" dependencies = [ "aes-gcm", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 280a018..d516114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cas-lib" -version = "0.2.77" +version = "0.2.78" edition = "2021" description = "A function wrapper layer for RustCrypto and Dalek-Cryptography. Intended to be used in FFI situations with a global heap deallactor at the top level project." license = "Apache-2.0"