Skip to content

Commit a24a1fa

Browse files
build(deps): bump bytemuck from 1.23.2 to 1.24.0 (#1008)
1 parent cca53fd commit a24a1fa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironrdp-graphics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ yuv = { version = "0.8", features = ["rdp"] }
2929

3030
[dev-dependencies]
3131
bmp = "0.5"
32-
bytemuck = "1.23"
32+
bytemuck = "1.24"
3333
expect-test.workspace = true
3434

3535
[lints]

crates/ironrdp-rdpsnd-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ opus = ["dep:opus2", "dep:bytemuck"]
2020

2121
[dependencies]
2222
anyhow = "1"
23-
bytemuck = { version = "1.23", optional = true }
23+
bytemuck = { version = "1.24", optional = true }
2424
cpal = "0.16"
2525
ironrdp-rdpsnd = { path = "../ironrdp-rdpsnd", version = "0.6" } # public
2626
opus2 = { version = "0.3", optional = true, features = ["bundled"] }

0 commit comments

Comments
 (0)