Skip to content

Commit

Permalink
Auto merge of #311 - crepererum:crepererum/rand_08, r=jdm
Browse files Browse the repository at this point in the history
chore: update rand to 0.8

None
  • Loading branch information
bors-servo committed May 23, 2023
2 parents 7f432aa + edcda6a commit 66267b9
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"
uuid = { version = "1", features = ["v4"] }
Expand Down

0 comments on commit 66267b9

Please sign in to comment.