Skip to content

Commit 1a4fdf7

Browse files
fix(deps): update rust crate rand_core to 0.10
1 parent 5485cb2 commit 1a4fdf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio-postgres = "0.7.15"
1717
deadpool = "0.13.0"
1818
rsa = "0.9.9"
1919
rand = "0.10.0"
20-
rand_core = "0.6"
20+
rand_core = "0.10"
2121
pkcs8 = { version = "0.10.2", features = ["pem"] }
2222
tokio = { version = "1.49.0", features = ["rt", "time", "sync", "macros"] }
2323
arc-swap = "1.7.1"

0 commit comments

Comments
 (0)