Skip to content

Commit

Permalink
fix(deps): update rust crate image to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent b9f2706 commit cb1f671
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion crates/components/connections/devices/ndi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/components/media/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/debug-ui/egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/pixels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/video/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/video/ndi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ".." }
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/video/text/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/video/webcams/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cb1f671

Please sign in to comment.