diff --git a/Cargo.toml b/Cargo.toml index bbcd318..9f6ba18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] actix-web = "4.3" dashmap = "6.1.0" -rand = "0.8" +rand = "0.9" rusqlite = { version = "0.37", features = ["bundled"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"