aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-18 04:55:17 +0000
committerGitHub <noreply@github.com>2021-11-18 04:55:17 +0000
commit95c749f73cb64d559eb4df73bb052850f4a2b04d (patch)
treeda5f0813f0217ee31b886a4e36b410193a7408fd
parentMerge pull request #638 from svenstaro/dependabot/cargo/strum-0.23.0 (diff)
downloadminiserve-95c749f73cb64d559eb4df73bb052850f4a2b04d.tar.gz
miniserve-95c749f73cb64d559eb4df73bb052850f4a2b04d.zip
Bump strum_macros from 0.22.0 to 0.23.0
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.22.0 to 0.23.0. - [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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock11
-rw-r--r--Cargo.toml2
2 files changed, 10 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b51b6db..cbf3718 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2109,6 +2109,12 @@ dependencies = [
]
[[package]]
+name = "rustversion"
+version = "1.0.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
+
+[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2421,13 +2427,14 @@ checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
[[package]]
name = "strum_macros"
-version = "0.22.0"
+version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
+checksum = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5"
dependencies = [
"heck",
"proc-macro2",
"quote",
+ "rustversion",
"syn",
]
diff --git a/Cargo.toml b/Cargo.toml
index d16f5d0..9bac5a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ thiserror = "1"
anyhow = "1"
log = "0.4"
strum = "0.23"
-strum_macros = "0.22"
+strum_macros = "0.23"
sha2 = "0.9"
hex = "0.4"
zip = "0.5.11"