From 3aa2e10d23027e36380402b003ef902d0ded8c6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:26:52 +0000 Subject: [PATCH] fix(deps): update rust crate pixels to 0.14 --- crates/rrr_render/Cargo.toml | 2 +- crates/rrr_wasm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/rrr_render/Cargo.toml b/crates/rrr_render/Cargo.toml index 3e6e115..be8de4c 100644 --- a/crates/rrr_render/Cargo.toml +++ b/crates/rrr_render/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["lib"] [dependencies] anyhow = "1.0" -pixels = "0.13" +pixels = "0.14" rrr_chart = { path = "../rrr_chart" } rrr_core = { path = "../rrr_core" } rrr_graphics = { path = "../rrr_graphics" } diff --git a/crates/rrr_wasm/Cargo.toml b/crates/rrr_wasm/Cargo.toml index 5532ba9..3076bcf 100644 --- a/crates/rrr_wasm/Cargo.toml +++ b/crates/rrr_wasm/Cargo.toml @@ -26,7 +26,7 @@ console_error_panic_hook = "0.1" console_log = "1.0" js-sys = "0.3" log = "0.4" -pixels = "0.13" +pixels = "0.14" rrr_bench = { path = "../rrr_bench", optional = true } rrr_fetch = { path = "../rrr_fetch" } rrr_game = { path = "../rrr_game" }