diff --git a/web/Cargo.lock b/web/Cargo.lock index c3dc448a..977d66f8 100644 --- a/web/Cargo.lock +++ b/web/Cargo.lock @@ -2075,9 +2075,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha", "rand_core 0.9.3", @@ -2779,7 +2779,7 @@ dependencies = [ "md5", "percent-encoding", "pulldown-cmark", - "rand 0.9.1", + "rand 0.9.2", "regex", "rss", "serde", diff --git a/web/Cargo.toml b/web/Cargo.toml index 739f54f8..36874f82 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -76,7 +76,7 @@ pulldown-cmark = "0.13.0" async-std = "1.13.1" argon2 = { version = "0.5.3", features = ["std", "password-hash"] } getrandom = { version = "0.3.3", features = ["wasm_js"] } -rand = "0.9.1" +rand = "0.9.2" regex = "1.11.1" js-sys = "0.3.77" percent-encoding = "2.3.1"