Skip to content

Commit

Permalink
chore(deps): update rust crate rand to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 31, 2025
1 parent 6aa2611 commit 0020227
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 24 deletions.
124 changes: 102 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pin-project-lite = "0.2.16"
pretty_assertions = "1.4.1"
proptest = "1.6.0"
quick-junit = "0.5.1"
rand = "0.8.5"
rand = "0.9.0"
recursion = "0.5.2"
regex = "1.11.1"
regex-syntax = "0.8.5"
Expand Down
1 change: 0 additions & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ log = { version = "0.4.24", default-features = false, features = ["std"] }
memchr = { version = "2.7.4" }
miette = { version = "7.4.0", features = ["fancy"] }
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }
rand = { version = "0.8.5" }
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.5" }
serde = { version = "1.0.217", features = ["alloc", "derive"] }
Expand Down

0 comments on commit 0020227

Please sign in to comment.