build(deps): bump enumset from 1.1.3 to 1.1.4 in the cargo-minor group

Bumps the cargo-minor group with 1 update: [enumset](https://github.com/Lymia/enumset).


Updates `enumset` from 1.1.3 to 1.1.4
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](https://github.com/Lymia/enumset/compare/v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: enumset
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-22 21:07:01 +00:00 committed by TÖRÖK Attila
parent bff15397d3
commit e9c610816b
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1600,18 +1600,18 @@ dependencies = [
[[package]]
name = "enumset"
version = "1.1.3"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "226c0da7462c13fb57e5cc9e0dc8f0635e7d27f276a3a7fd30054647f669007d"
checksum = "bc8e99f393e4674680880353981d7d776396c6a9d4a5f4a1285540aea8616dab"
dependencies = [
"enumset_derive",
]
[[package]]
name = "enumset_derive"
version = "0.8.1"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af"
checksum = "06f1cc2e46d9a5a447de492a2cb0b0f917d3ba84f18b2e8771cd0a30e84cdfe6"
dependencies = [
"darling",
"proc-macro2",

View File

@ -47,7 +47,7 @@ flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "f9e3de
lzma-rs = {version = "0.3.0", optional = true }
dasp = { version = "0.11.0", features = ["interpolate", "interpolate-linear", "signal"], optional = true }
symphonia = { version = "0.5.4", default-features = false, features = ["mp3"], optional = true }
enumset = "1.1.3"
enumset = "1.1.4"
bytemuck = { workspace = true }
clap = { workspace = true, optional=true }
realfft = "3.3.0"