Skip to content

Commit 953d46a

Browse files
committed
Update Rust crate rand to 0.8.3
1 parent 1038c8a commit 953d46a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
sanity-lib = { path = "../sanity-lib" }
1111
amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]}
12-
rand = "0.7.3"
12+
rand = "0.8.3"
1313
nfd = "0.0.4"
1414
ron = "0.6.2"
1515

sanity-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sanity-lib = { path = "../sanity-lib" }
1111
amethyst = {version = "0.15.3", features = ["no-slow-safety-checks", "tiles"]}
1212
direction = {version = "0.17.10", features = ["rand"]}
1313
log = { version = "0.4.11", features = ["serde"] }
14-
rand = "0.7.3"
14+
rand = "0.8.3"
1515
ron = "0.6.2"
1616
serde = "1.0.117"
1717
wfc = "0.9.2"

0 commit comments

Comments
 (0)