Skip to content

Commit 56320fd

Browse files
committed
Migrate to rand 0.9.1
1 parent ad97d15 commit 56320fd

2 files changed

Lines changed: 5 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ csv = { version = "1.3.1" }
3232
yaml-rust = { version = "0.4.5" }
3333
chrono = { version = "0.4.40" }
3434
regex = { version = "1.11.1" }
35-
rand = { version = "0.9.0" }
35+
rand = { version = "0.9.1" }
3636
indexmap = { version = "2.9.0" }
3737
linked-hash-map = { version = "0.5.6" }
3838
uuid = { version = "1.16.0", features = ["v4"] }

0 commit comments

Comments
 (0)