summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 674b898..f452478 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,14 +4,14 @@ version = "1.0.0"
authors = ["Raymond Hogenson <rhogenson@posteo.net>"]
[dependencies]
-rand = "0.5.5"
+rand = "0.8.5"
[dependencies.sdl2]
-version = "0.32.2"
+version = "0.35.2"
default-features = false
features = ["image"]
[dependencies.sdl2-sys]
-version = "0.32.6"
+version = "0.35.2"
default-features = false
features = ["image"]