diff --git a/Cargo.toml b/Cargo.toml index 0d44260..17bfa25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio-postgres = "0.7.15" deadpool = "0.13.0" rsa = { version = "0.9.9", features = ["pem"] } rand = "0.10.0" -rand_core = "0.6" +rand_core = "0.10" tokio = { version = "1.49.0", features = ["rt", "time", "sync", "macros"] } arc-swap = "1.7.1" thiserror = "2.0.17"