aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-03 08:42:48 +0000
committerGitHub <noreply@github.com>2020-08-03 08:42:48 +0000
commit077b93efe22de06e22494882edab123af54b489b (patch)
tree5ccc9db1b1c2866f4b7241501ef4eb0d6c1293ba
parentMerge pull request #356 from svenstaro/dependabot/cargo/strum-0.19.1 (diff)
downloadminiserve-077b93efe22de06e22494882edab123af54b489b.tar.gz
miniserve-077b93efe22de06e22494882edab123af54b489b.zip
Bump strum_macros from 0.18.0 to 0.19.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.18.0 to 0.19.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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a97c8be..14ea974 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1319,7 +1319,7 @@ dependencies = [
"simplelog 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"strum 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "strum_macros 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "strum_macros 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tar 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)",
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2164,7 +2164,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "strum_macros"
-version = "0.18.0"
+version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2991,7 +2991,7 @@ dependencies = [
"checksum structopt 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "de2f5e239ee807089b62adce73e48c625e0ed80df02c7ab3f068f5db5281065c"
"checksum structopt-derive 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "510413f9de616762a4fbeab62509bf15c729603b72d7cd71280fbca431b1c118"
"checksum strum 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "548779cd5867cc3c58521a613620578cf6cedc557d7dd5d51081f1c4c46adfa6"
-"checksum strum_macros 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
+"checksum strum_macros 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "875812c05b8135f41dc640a3e268bdebbd832576a05cf56471fc1eb70c602eb6"
"checksum syn 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7f4c519df8c117855e19dd8cc851e89eb746fe7a73f0157e0d95fdec5369b0"
"checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
"checksum synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
diff --git a/Cargo.toml b/Cargo.toml
index 73c1f46..dc712db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ libflate = "1.0.2"
failure = "0.1.8"
log = "0.4.11"
strum = "0.19.1"
-strum_macros = "0.18.0"
+strum_macros = "0.19.1"
sha2 = "0.9"
hex = "0.4.2"
zip = "0.5.5"