diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-25 03:01:21 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-25 03:01:21 +0300 |
| commit | 4b7f1a16b9435c025649c11806f8c8552af4c57c (patch) | |
| tree | 3f209d253af9721bbb578b424ec9c640f99c9762 /crates | |
| parent | ada3b903ad750359d7ba810650dc65850c9215ee (diff) | |
| download | fparkan-4b7f1a16b9435c025649c11806f8c8552af4c57c.tar.xz fparkan-4b7f1a16b9435c025649c11806f8c8552af4c57c.zip | |
fix(deps): update all digest updatesdevel
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/render-demo/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/render-parity/Cargo.toml | 2 |
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" |
