From 98737d35a886e9f63d69c6f5fefe3ae34bee76c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:26:56 +0000 Subject: [PATCH] fix(deps): update rust crate image to 0.25 --- crates/components/connections/devices/ndi/Cargo.toml | 2 +- crates/components/media/Cargo.toml | 2 +- crates/runtime/debug-ui/egui/Cargo.toml | 2 +- .../runtime/pipeline/nodes/connections/protocols/opc/Cargo.toml | 2 +- crates/runtime/pipeline/nodes/pixels/Cargo.toml | 2 +- crates/runtime/pipeline/nodes/video/Cargo.toml | 2 +- crates/runtime/pipeline/nodes/video/ndi/Cargo.toml | 2 +- crates/runtime/pipeline/nodes/video/screen-capture/Cargo.toml | 2 +- crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml | 2 +- crates/runtime/pipeline/nodes/video/text/Cargo.toml | 2 +- crates/runtime/pipeline/nodes/video/webcams/Cargo.toml | 2 +- crates/runtime/wgpu/Cargo.toml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/crates/components/connections/devices/ndi/Cargo.toml b/crates/components/connections/devices/ndi/Cargo.toml index 9a5b041c1..377ca61ab 100644 --- a/crates/components/connections/devices/ndi/Cargo.toml +++ b/crates/components/connections/devices/ndi/Cargo.toml @@ -12,4 +12,4 @@ flume = "0.11" pinboard = "2.2" enum-iterator = "2.0" ndi = { git = "https://github.com/maxjoehnk/ndi-rs.git", branch = "feature/ndi-5" } -image = "0.24" +image = "0.25" diff --git a/crates/components/media/Cargo.toml b/crates/components/media/Cargo.toml index d9688cbfa..754d187e5 100644 --- a/crates/components/media/Cargo.toml +++ b/crates/components/media/Cargo.toml @@ -13,7 +13,7 @@ uuid = { version = "1.8", features = ["v4", "serde"] } id3 = "1.13" infer = "0.16" mime_guess = "2" -image = "0.24" +image = "0.25" futures = "0.3" tokio = { version = "1.37", features = ["fs", "rt", "io-util"] } async-walkdir = "1.0" diff --git a/crates/runtime/debug-ui/egui/Cargo.toml b/crates/runtime/debug-ui/egui/Cargo.toml index e315a5ab7..94f4ad54c 100644 --- a/crates/runtime/debug-ui/egui/Cargo.toml +++ b/crates/runtime/debug-ui/egui/Cargo.toml @@ -10,7 +10,7 @@ egui = "0.27" egui-winit = "0.27" egui-wgpu = { version = "0.27", features = ["winit"] } winit = "0.29" -image = "0.24" +image = "0.25" tracing = "0.1" tracing-subscriber = "0.3" profiling = "1" diff --git a/crates/runtime/pipeline/nodes/connections/protocols/opc/Cargo.toml b/crates/runtime/pipeline/nodes/connections/protocols/opc/Cargo.toml index 74ae3c381..3ca252c65 100644 --- a/crates/runtime/pipeline/nodes/connections/protocols/opc/Cargo.toml +++ b/crates/runtime/pipeline/nodes/connections/protocols/opc/Cargo.toml @@ -10,6 +10,6 @@ serde = { version = "1", features = ["derive"] } mizer-util = { path = "../../../../../../util" } mizer-node = { path = "../../../../node" } mizer-pixel-nodes = { path = "../../../pixels" } -image = "0.24" +image = "0.25" tracing = "0.1" bytes = "1.6" diff --git a/crates/runtime/pipeline/nodes/pixels/Cargo.toml b/crates/runtime/pipeline/nodes/pixels/Cargo.toml index 39c83d487..35424ff50 100644 --- a/crates/runtime/pipeline/nodes/pixels/Cargo.toml +++ b/crates/runtime/pipeline/nodes/pixels/Cargo.toml @@ -14,5 +14,5 @@ test-case = "3.3" enum-iterator = "2.0" num_enum = "0.7" tracing = "0.1" -image = "0.24" +image = "0.25" mizer-wgpu = { path = "../../../wgpu" } diff --git a/crates/runtime/pipeline/nodes/video/Cargo.toml b/crates/runtime/pipeline/nodes/video/Cargo.toml index 3647d7e2d..351d3baea 100644 --- a/crates/runtime/pipeline/nodes/video/Cargo.toml +++ b/crates/runtime/pipeline/nodes/video/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1", features = ["derive"] } enum-iterator = "2.0" num_enum = "0.7" mizer-wgpu = { path = "../../../wgpu" } -image = "0.24" +image = "0.25" ffmpeg-the-third = "2.0" profiling = "1" bytemuck = "1.15" diff --git a/crates/runtime/pipeline/nodes/video/ndi/Cargo.toml b/crates/runtime/pipeline/nodes/video/ndi/Cargo.toml index 6509eb8f7..200a84c2a 100644 --- a/crates/runtime/pipeline/nodes/video/ndi/Cargo.toml +++ b/crates/runtime/pipeline/nodes/video/ndi/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1" mizer-node = { path = "../../../node" } serde = { version = "1", features = ["derive"] } mizer-wgpu = { path = "../../../../wgpu" } -image = "0.24" +image = "0.25" profiling = "1" ndi = { git = "https://github.com/maxjoehnk/ndi-rs.git", branch = "feature/ndi-5" } futures = "0.3" diff --git a/crates/runtime/pipeline/nodes/video/screen-capture/Cargo.toml b/crates/runtime/pipeline/nodes/video/screen-capture/Cargo.toml index edb0064d0..9248bf28d 100644 --- a/crates/runtime/pipeline/nodes/video/screen-capture/Cargo.toml +++ b/crates/runtime/pipeline/nodes/video/screen-capture/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1", features = ["derive"] } enum-iterator = "2.0" num_enum = "0.7" mizer-wgpu = { path = "../../../../wgpu" } -image = "0.24" +image = "0.25" profiling = "1" screenshots = "0.8" mizer-video-nodes = { path = ".." } diff --git a/crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml b/crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml index 86b4adeb4..a38c8deed 100644 --- a/crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml +++ b/crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml @@ -13,7 +13,7 @@ enum-iterator = "2.0" num_enum = "0.7" mizer-wgpu = { path = "../../../../wgpu" } mizer-surfaces = { path = "../../../../../components/surfaces" } -image = "0.24" +image = "0.25" ffmpeg-the-third = "2.0" profiling = "1" bytemuck = "1.15" diff --git a/crates/runtime/pipeline/nodes/video/text/Cargo.toml b/crates/runtime/pipeline/nodes/video/text/Cargo.toml index a11f08e22..c8775acd8 100644 --- a/crates/runtime/pipeline/nodes/video/text/Cargo.toml +++ b/crates/runtime/pipeline/nodes/video/text/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1", features = ["derive"] } enum-iterator = "2.0" num_enum = "0.7" mizer-wgpu = { path = "../../../../wgpu" } -image = "0.24" +image = "0.25" profiling = "1" glyphon = "0.5.0" font-kit = "0.13" diff --git a/crates/runtime/pipeline/nodes/video/webcams/Cargo.toml b/crates/runtime/pipeline/nodes/video/webcams/Cargo.toml index a407cd93a..dad4c1443 100644 --- a/crates/runtime/pipeline/nodes/video/webcams/Cargo.toml +++ b/crates/runtime/pipeline/nodes/video/webcams/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1", features = ["derive"] } enum-iterator = "2.0" num_enum = "0.7" mizer-wgpu = { path = "../../../../wgpu" } -image = "0.24" +image = "0.25" profiling = "1" mizer-webcams = { path = "../../../../../components/connections/devices/webcams" } mizer-devices = { path = "../../../../../components/connections/devices" } diff --git a/crates/runtime/wgpu/Cargo.toml b/crates/runtime/wgpu/Cargo.toml index cd5cb324d..526d47081 100644 --- a/crates/runtime/wgpu/Cargo.toml +++ b/crates/runtime/wgpu/Cargo.toml @@ -12,7 +12,7 @@ bytemuck = { version = "1.15", features = ["derive"] } raw-window-handle = "0.5" tracing = "0.1" uuid = { version = "1.8", features = ["v4"] } -image = "0.24" +image = "0.25" mizer-module = { path = "../module" } profiling = "1" dashmap = "5.5"