Bump strum_macros from 0.24.1 to 0.24.2
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.1 to 0.24.2. - [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:
committed by
Henrik Friedrichsen
parent
309f2f4d12
commit
91b91b8689
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -1581,7 +1581,7 @@ dependencies = [
|
||||
"serde_cbor",
|
||||
"serde_json",
|
||||
"strum 0.24.1",
|
||||
"strum_macros 0.24.1",
|
||||
"strum_macros 0.24.2",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"toml",
|
||||
@@ -2904,7 +2904,7 @@ version = "0.24.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
||||
dependencies = [
|
||||
"strum_macros 0.24.1",
|
||||
"strum_macros 0.24.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2921,9 +2921,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "strum_macros"
|
||||
version = "0.24.1"
|
||||
version = "0.24.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9550962e7cf70d9980392878dfaf1dcc3ece024f4cf3bf3c46b978d0bad61d6c"
|
||||
checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"
|
||||
dependencies = [
|
||||
"heck 0.4.0",
|
||||
"proc-macro2",
|
||||
|
||||
@@ -39,7 +39,7 @@ serde = "1.0"
|
||||
serde_cbor = "0.11.2"
|
||||
serde_json = "1.0"
|
||||
strum = "0.24.1"
|
||||
strum_macros = "0.24.1"
|
||||
strum_macros = "0.24.2"
|
||||
tokio = {version = "1", features = ["rt-multi-thread", "sync", "time"]}
|
||||
tokio-stream = "0.1.9"
|
||||
toml = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user