diff --git a/Cargo.lock b/Cargo.lock index f512527..e710458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1195,7 +1195,7 @@ dependencies = [ "oauth2", "open", "predicates", - "rand 0.8.6", + "rand 0.9.4", "reqwest", "rusqlite", "serde", diff --git a/Cargo.toml b/Cargo.toml index f696235..42d15a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ httpdate = "1" mime_guess = "2" oauth2 = { version = "5", default-features = false, features = ["reqwest", "rustls-tls"] } open = "5" -rand = "0.8" +rand = "0.9" reqwest = { version = "0.12", default-features = false, features = ["gzip", "json", "multipart", "rustls-tls"] } rusqlite = { version = "0.32", features = ["bundled"] } serde = { version = "1", features = ["derive"] }