diff --git a/Cargo.lock b/Cargo.lock index fb9d6f3..3db0129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4184,7 +4184,7 @@ dependencies = [ "objc", "once_cell", "png", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "rusqlite", "serde", diff --git a/Cargo.toml b/Cargo.toml index debef08..8d6e96d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ getrandom = { version = "0.2", features = ["js"] } base64 = "0.22" futures-util = "0.3" once_cell = "1.19" -rand = "0.8" +rand = "0.9" # Server-side dependencies [target.'cfg(not(target_arch = "wasm32"))'.dependencies]