mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Bump strum_macros from 0.23.0 to 0.23.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.23.0 to 0.23.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:
parent
912dc56c95
commit
c46eda2b54
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1449,9 +1449,9 @@ checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "strum_macros"
|
name = "strum_macros"
|
||||||
version = "0.23.0"
|
version = "0.23.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5"
|
checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck",
|
"heck",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
|
@ -33,7 +33,7 @@ flate2 = "1.0.22"
|
||||||
tar = "0.4.37"
|
tar = "0.4.37"
|
||||||
cargo_toml = "0.10.1"
|
cargo_toml = "0.10.1"
|
||||||
serde = { version = "1.0.130", features = [ "derive" ] }
|
serde = { version = "1.0.130", features = [ "derive" ] }
|
||||||
strum_macros = "0.23.0"
|
strum_macros = "0.23.1"
|
||||||
strum = "0.23.0"
|
strum = "0.23.0"
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
serde_derive = "1.0.118"
|
serde_derive = "1.0.118"
|
||||||
|
|
Loading…
Add table
Reference in a new issue