Bump strum_macros from 0.24.0 to 0.24.1

Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

---
updated-dependencies:
- dependency-name: strum_macros
  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-06-13 14:43:20 +00:00
committed by Henrik Friedrichsen
parent 686e175195
commit 4f789c163f
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -1581,7 +1581,7 @@ dependencies = [
"serde_cbor", "serde_cbor",
"serde_json", "serde_json",
"strum 0.24.1", "strum 0.24.1",
"strum_macros 0.24.0", "strum_macros 0.24.1",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"toml", "toml",
@@ -2903,7 +2903,7 @@ version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
dependencies = [ dependencies = [
"strum_macros 0.24.0", "strum_macros 0.24.1",
] ]
[[package]] [[package]]
@@ -2920,9 +2920,9 @@ dependencies = [
[[package]] [[package]]
name = "strum_macros" name = "strum_macros"
version = "0.24.0" version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef" checksum = "9550962e7cf70d9980392878dfaf1dcc3ece024f4cf3bf3c46b978d0bad61d6c"
dependencies = [ dependencies = [
"heck 0.4.0", "heck 0.4.0",
"proc-macro2", "proc-macro2",

View File

@@ -39,7 +39,7 @@ clipboard = { version = "0.5", optional = true }
wl-clipboard-rs = { version = "0.6", optional = true } wl-clipboard-rs = { version = "0.6", optional = true }
url = "2.2" url = "2.2"
strum = "0.24.1" strum = "0.24.1"
strum_macros = "0.24.0" strum_macros = "0.24.1"
regex = "1" regex = "1"
ioctl-rs = { version = "0.2", optional = true } ioctl-rs = { version = "0.2", optional = true }
serde_cbor = "0.11.2" serde_cbor = "0.11.2"