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" }