Skip to content

Commit

Permalink
chore: update rand to 0.8 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum authored Aug 23, 2023
1 parent 8d19d22 commit b9253db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3", optional = true }
futures-test = { version = "0.3", optional = true }
lazy_static = "1"
libc = "0.2.12"
rand = "0.7"
rand = "0.8"
serde = { version = "1.0", features = ["rc"] }
tempfile = "3.4"
uuid = { version = "1", features = ["v4"] }
Expand Down

0 comments on commit b9253db

Please sign in to comment.