Skip to content

Commit eb22a9d

Browse files
authored
Merge pull request #132 from jwodder/renovate/rand-dependencies
[cargo] Update rand dependencies to 0.10.0
2 parents fd1dcb4 + cd7a2d8 commit eb22a9d

3 files changed

Lines changed: 2939 additions & 592 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ itertools = "0.14.0"
2727
log = "0.4.27"
2828
minigh = "0.2.0"
2929
patharg = "0.4.0"
30-
rand = "0.9.0"
30+
rand = "0.10.0"
3131
serde = { version = "1.0.219", features = ["derive"] }
3232
smartstring = "1.0.1"
3333
thiserror = "2.0.12"
@@ -36,7 +36,7 @@ unicase = "2.7.0"
3636
[dev-dependencies]
3737
assert_matches = "1.5.0"
3838
indoc = "2.0.5"
39-
rand_chacha = "0.9.0"
39+
rand_chacha = "0.10.0"
4040
rstest = { version = "0.26.0", default-features = false }
4141
serde_json = "1.0.140"
4242

0 commit comments

Comments
 (0)