diff --git a/app/src-tauri/Cargo.lock b/app/src-tauri/Cargo.lock index 332a3983d..95e3f15d1 100644 --- a/app/src-tauri/Cargo.lock +++ b/app/src-tauri/Cargo.lock @@ -4428,7 +4428,7 @@ dependencies = [ "mockito", "nix", "notify", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "rusqlite", "schemars 1.2.1", diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index 6bb0d7446..6611f541e 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -46,7 +46,7 @@ hex = "0.4" tempfile = "3" htmd = "0.5" walkdir = "2" -rand = { version = "0.8", features = ["small_rng"] } +rand = { version = "0.9", features = ["small_rng"] } specta = { version = "=2.0.0-rc.22", features = ["derive"] } specta-typescript = "0.0.9" schemars = { version = "1", features = ["derive"] }