build(deps): bump rustversion from 1.0.9 to 1.0.11

Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.9 to 1.0.11.
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.9...1.0.11)

---
updated-dependencies:
- dependency-name: rustversion
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-19 20:01:43 +00:00 committed by Adrian Wielgosik
parent f92be1c798
commit 502b03a882
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3680,9 +3680,9 @@ dependencies = [
[[package]] [[package]]
name = "rustversion" name = "rustversion"
version = "1.0.9" version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
[[package]] [[package]]
name = "ryu" name = "ryu"

View File

@ -45,7 +45,7 @@ dasp = { git = "https://github.com/RustAudio/dasp", rev = "f05a703", features =
symphonia = { version = "0.5.1", default-features = false, features = ["mp3"], optional = true } symphonia = { version = "0.5.1", default-features = false, features = ["mp3"], optional = true }
enumset = "1.0.12" enumset = "1.0.12"
static_assertions = "1.1.0" static_assertions = "1.1.0"
rustversion = "1.0.9" rustversion = "1.0.11"
bytemuck = "1.12.1" bytemuck = "1.12.1"
[target.'cfg(not(target_family = "wasm"))'.dependencies.futures] [target.'cfg(not(target_family = "wasm"))'.dependencies.futures]