diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-03 04:15:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 04:15:57 +0000 |
commit | 48937926382c4075b1426afba0fd942ea3fa40d9 (patch) | |
tree | e34f822b3285d228fab4265a8186d439568151d2 | |
parent | Merge pull request #353 from svenstaro/dependabot/cargo/alphanumeric-sort-1.4.0 (diff) | |
download | miniserve-48937926382c4075b1426afba0fd942ea3fa40d9.tar.gz miniserve-48937926382c4075b1426afba0fd942ea3fa40d9.zip |
Bump strum from 0.18.0 to 0.19.1
Bumps [strum](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.lock | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1318,7 +1318,7 @@ dependencies = [ "sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "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.18.0 (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)", "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)", @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "strum" -version = "0.18.0" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2990,7 +2990,7 @@ dependencies = [ "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" "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.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b" +"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 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" @@ -36,7 +36,7 @@ futures = "0.3.5" libflate = "1.0.2" failure = "0.1.8" log = "0.4.11" -strum = "0.18.0" +strum = "0.19.1" strum_macros = "0.18.0" sha2 = "0.9" hex = "0.4.2" |