Skip to content

Commit

Permalink
Update Rust crate rand to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 17, 2021
1 parent 1038c8a commit cd744d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
sanity-lib = { path = "../sanity-lib" }
amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]}
rand = "0.7.3"
rand = "0.8.4"
nfd = "0.0.4"
ron = "0.6.2"

Expand Down
2 changes: 1 addition & 1 deletion sanity-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sanity-lib = { path = "../sanity-lib" }
amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]}
direction = {version = "0.17.10", features = ["rand"]}
log = { version = "0.4.11", features = ["serde"] }
rand = "0.7.3"
rand = "0.8.4"
ron = "0.6.2"
serde = "1.0.117"
wfc = "0.9.2"
Expand Down

0 comments on commit cd744d8

Please sign in to comment.