Skip to content

Commit 5c5f441

Browse files
build(deps): bump the patch group across 1 directory with 3 updates (#816)
1 parent 370a3f1 commit 5c5f441

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -30,7 +30,7 @@ yuv = { version = "0.8", features = ["rdp"] }
3030

3131
[dev-dependencies]
3232
bmp = "0.5"
33-
bytemuck = "1.21"
33+
bytemuck = "1.23"
3434
expect-test.workspace = true
3535

3636
[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:opus", "dep:bytemuck"]
2020

2121
[dependencies]
2222
anyhow = "1"
23-
bytemuck = { version = "1.21", optional = true }
23+
bytemuck = { version = "1.23", optional = true }
2424
cpal = "0.15"
2525
ironrdp-rdpsnd = { path = "../ironrdp-rdpsnd", version = "0.5" } # public
2626
opus = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)