aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/render-demo/Cargo.toml4
-rw-r--r--crates/render-parity/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/crates/render-demo/Cargo.toml b/crates/render-demo/Cargo.toml
index d92f538..1ac3daa 100644
--- a/crates/render-demo/Cargo.toml
+++ b/crates/render-demo/Cargo.toml
@@ -20,10 +20,10 @@ image = { version = "0.25", optional = true, default-features = false, features
common = { path = "../common" }
[target.'cfg(target_os = "macos")'.dependencies]
-sdl2 = { version = "0.37", optional = true, default-features = false, features = ["use-pkgconfig"] }
+sdl2 = { version = "0.38", optional = true, default-features = false, features = ["use-pkgconfig"] }
[target.'cfg(not(target_os = "macos"))'.dependencies]
-sdl2 = { version = "0.37", optional = true, default-features = false, features = ["bundled", "static-link"] }
+sdl2 = { version = "0.38", optional = true, default-features = false, features = ["bundled", "static-link"] }
[[bin]]
name = "parkan-render-demo"
diff --git a/crates/render-parity/Cargo.toml b/crates/render-parity/Cargo.toml
index 70c7ac3..dcf2ca1 100644
--- a/crates/render-parity/Cargo.toml
+++ b/crates/render-parity/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
image = { version = "0.25", default-features = false, features = ["png"] }
serde = { version = "1", features = ["derive"] }
-toml = "0.8"
+toml = "0.9"