diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 41e89a5..4096c33 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -478,7 +478,7 @@ dependencies = [ "parking_lot", "pdfium-render", "pulldown-cmark", - "rand 0.8.5", + "rand 0.10.1", "regex-lite", "reqwest 0.12.28", "rusqlite", @@ -6558,7 +6558,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" dependencies = [ "phf_shared 0.10.0", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -6568,7 +6568,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared 0.11.3", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -7140,9 +7140,9 @@ dependencies = [ [[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 0.3.1", @@ -7240,7 +7240,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f403037..f2b92a2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -35,7 +35,7 @@ rusqlite = { version = "0.32", features = ["bundled-sqlcipher", "bundled-sqlciph # Security aes-gcm = "0.10" argon2 = "0.5" -rand = "0.8" +rand = "0.10" hex = "0.4" sha2 = "0.10" zeroize = { version = "1", features = ["derive"] }