Update Rust crate rand to 0.9.0 #10
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ serde_json = "1.0.117"
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
||||||
bcrypt = "0.17.0"
|
bcrypt = "0.17.0"
|
||||||
data-encoding = "2.6.0"
|
data-encoding = "2.6.0"
|
||||||
rand = "0.8.5"
|
rand = "0.9.0"
|
||||||
env_logger = { version = "0.11.5", default-features = false }
|
env_logger = { version = "0.11.5", default-features = false }
|
||||||
log = "0.4.22"
|
log = "0.4.22"
|
||||||
chrono = { version = "0.4.38", features = ["serde"] }
|
chrono = { version = "0.4.38", features = ["serde"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue