Skip to content

Commit 1eaf333

Browse files
build(deps): bump opus2 from 0.3.3 to 0.4.0 (#1204)
1 parent e5ab222 commit 1eaf333

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

crates/ironrdp-rdpsnd-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ anyhow = "1"
2424
bytemuck = { version = "1.24", optional = true }
2525
cpal = "0.17"
2626
ironrdp-rdpsnd = { path = "../ironrdp-rdpsnd", version = "0.7" } # public
27-
opus2 = { version = "0.3", optional = true, features = ["bundled"] }
27+
opus2 = { version = "0.4", optional = true, features = ["bundled"] }
2828
tracing = { version = "0.1", features = ["log"] }
2929

3030
[dev-dependencies]

crates/ironrdp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tracing = { version = "0.1", features = ["log"] }
6969
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
7070
tokio-rustls = "0.26"
7171
rand = "0.9"
72-
opus2 = "0.3"
72+
opus2 = "0.4"
7373

7474
[package.metadata.docs.rs]
7575
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]

0 commit comments

Comments
 (0)