diff --git a/Cargo.toml b/Cargo.toml index c41ed54..6be14f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ regex = "1.10.4" image = "0.25.1" log = "0.4.21" env_logger = "0.11.3" -rand = "0.8.5" +rand = "0.9.0" mime_guess = "2.0.5" r2d2 = "0.8.10" rusqlite = { version = "0.33", features = ["bundled"] }