Skip to content

Commit 8e799fc

Browse files
Update Rust crate rand to 0.9
1 parent 8de9d29 commit 8e799fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/Norwik/Bobcat"
1111

1212
[dependencies]
1313
tokio = { version = "1.35.0", features = ["full"] }
14-
rand = "0.8"
14+
rand = "0.9"
1515
dotenv = "0.15.0"
1616
dotenv_codegen = "0.15.0"
1717
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)