diff --git a/Cargo.lock b/Cargo.lock index 7bf768b..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", @@ -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..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" @@ -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"