Skip to content

Commit

Permalink
bump rand to 0.9.0 for sdk/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Feb 7, 2025
1 parent 38e3975 commit dcfe1a3
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 6 deletions.
91 changes: 86 additions & 5 deletions sdk/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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ proptest = "1.6"
qstring = "0.7.2"
qualifier_attr = { version = "0.2.2", default-features = false }
quote = "1.0"
rand = "0.8.5"
rand = "0.9.0"
rand0-7 = { package = "rand", version = "0.7" }
reqwest = { version = "0.11.27", default-features = false }
serde = "1.0.217" # must match the serde_derive version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
Expand Down

0 comments on commit dcfe1a3

Please sign in to comment.