Update to cubeb 0.34.0
This commit is contained in:
parent
0fb6922fdb
commit
2fa547b7bc
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -641,18 +641,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cubeb"
|
||||
version = "0.33.0"
|
||||
version = "0.34.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09e7d7ca771011810a000a54525f45c033661ef6f3b2fd39ea9701e52f8ff13a"
|
||||
checksum = "99aeb3c93cdecdcad9a4d22cb4496ddee52fd4c83cdb5e41d5cce3fe5102026d"
|
||||
dependencies = [
|
||||
"cubeb-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cubeb-core"
|
||||
version = "0.33.0"
|
||||
version = "0.34.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "161064f9d43e556091da3915feb3bf4c66281c5a54778ff08051fa2942a682d5"
|
||||
checksum = "740c14febbf94c5321f50f4fd28a8fae7db38fd8e321ee497083e841c9f821b3"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"cc",
|
||||
@ -661,9 +661,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cubeb-sys"
|
||||
version = "0.33.0"
|
||||
version = "0.34.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eed24664ccb6d6bd5604b8dff1d629c73cfef01d864febb8e6dc1761b331812b"
|
||||
checksum = "a361f8e991dbe3f01dac3e10713e19defe618beaf0844ed005272c2075fef547"
|
||||
dependencies = [
|
||||
"cmake",
|
||||
"pkg-config",
|
||||
|
||||
@ -1863,9 +1863,9 @@ THIS SOFTWARE.
|
||||
<h3 id="ISC">ISC License</h3>
|
||||
<h4>Used by:</h4>
|
||||
<ul class="license-used-by">
|
||||
<li><a href="https://github.com/mozilla/cubeb-rs">cubeb-core 0.33.0</a></li>
|
||||
<li><a href="https://github.com/mozilla/cubeb-rs">cubeb-sys 0.33.0</a></li>
|
||||
<li><a href="https://github.com/mozilla/cubeb-rs">cubeb 0.33.0</a></li>
|
||||
<li><a href="https://github.com/mozilla/cubeb-rs">cubeb-core 0.34.0</a></li>
|
||||
<li><a href="https://github.com/mozilla/cubeb-rs">cubeb-sys 0.34.0</a></li>
|
||||
<li><a href="https://github.com/mozilla/cubeb-rs">cubeb 0.34.0</a></li>
|
||||
</ul>
|
||||
<pre class="license-text">Copyright © 2017 Mozilla Foundation
|
||||
|
||||
|
||||
@ -1764,7 +1764,7 @@ THIS SOFTWARE.
|
||||
|
||||
```
|
||||
|
||||
## cubeb-core 0.33.0, cubeb-sys 0.33.0, cubeb 0.33.0
|
||||
## cubeb-core 0.34.0, cubeb-sys 0.34.0, cubeb 0.34.0
|
||||
|
||||
```
|
||||
Copyright © 2017 Mozilla Foundation
|
||||
|
||||
@ -1837,7 +1837,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
<key>License</key>
|
||||
<string>ISC License</string>
|
||||
<key>Title</key>
|
||||
<string>cubeb-core 0.33.0, cubeb-sys 0.33.0, cubeb 0.33.0</string>
|
||||
<string>cubeb-core 0.34.0, cubeb-sys 0.34.0, cubeb 0.34.0</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
|
||||
@ -98,8 +98,8 @@ call_protobuf = { path = "../../protobuf", package = "protobuf"}
|
||||
mrp = { path = "../../mrp" }
|
||||
|
||||
# Optional, needed by "native" feature
|
||||
cubeb = { version = "0.33.0", optional = true }
|
||||
cubeb-core = { version = "0.33.0", optional = true }
|
||||
cubeb = { version = "0.34.0", optional = true }
|
||||
cubeb-core = { version = "0.34.0", optional = true }
|
||||
regex = { version = "1.12.2", optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user