diff --git a/Cargo.toml b/Cargo.toml index c6e0067..7ff9b79 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.10" rusqlite = { version = "0.38", features = ["bundled"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"