mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
build(deps): bump rodio from 0.17.1 to 0.17.2
Bumps [rodio](https://github.com/RustAudio/rodio) from 0.17.1 to 0.17.2. - [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustAudio/rodio/commits) --- updated-dependencies: - dependency-name: rodio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2753,9 +2753,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rodio"
|
||||
version = "0.17.1"
|
||||
version = "0.17.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
|
||||
checksum = "79a48a12b54a6db15f566f5edfcd498eafa07ed98defdb3660e28ab8b0231d35"
|
||||
dependencies = [
|
||||
"cpal",
|
||||
"symphonia",
|
||||
|
||||
@@ -43,7 +43,7 @@ plotters-iced = "0.9.0"
|
||||
maxminddb = "0.23.0"
|
||||
confy = "0.5.1"
|
||||
serde = { version = "1.0.188", default_features = false, features = ["derive"] }
|
||||
rodio = { version = "0.17.1", default_features = false, features = ["mp3"] }
|
||||
rodio = { version = "0.17.2", default_features = false, features = ["mp3"] }
|
||||
dns-lookup = "2.0.4"
|
||||
|
||||
[target.'cfg(not(target_arch = "powerpc64"))'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user