diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-07 10:22:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 10:22:03 +0000 |
commit | 2a84a8228be43c24df0dc8994fb152055ec0cb17 (patch) | |
tree | 511b536c805422349c8867143be6072bda69b3fc | |
parent | Merge pull request #359 from svenstaro/dependabot/cargo/strum-0.19.2 (diff) | |
download | miniserve-2a84a8228be43c24df0dc8994fb152055ec0cb17.tar.gz miniserve-2a84a8228be43c24df0dc8994fb152055ec0cb17.zip |
Bump strum_macros from 0.19.1 to 0.19.2
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.19.1 to 0.19.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)
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
@@ -1319,7 +1319,7 @@ dependencies = [ "simplelog 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "strum 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", - "strum_macros 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", + "strum_macros 0.19.2 (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.19.1" +version = "0.19.2" 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.16 (registry+https://github.com/rust-lang/crates.io-index)" = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976" "checksum structopt-derive 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99" "checksum strum 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3924a58d165da3b7b2922c667ab0673c7b5fd52b5c19ea3442747bcb3cd15abe" -"checksum strum_macros 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "875812c05b8135f41dc640a3e268bdebbd832576a05cf56471fc1eb70c602eb6" +"checksum strum_macros 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2ab682ecdcae7f5f45ae85cd7c1e6c8e68ea42c8a612d47fedf831c037146a" "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" @@ -37,7 +37,7 @@ libflate = "1.0.2" failure = "0.1.8" log = "0.4.11" strum = "0.19.2" -strum_macros = "0.19.1" +strum_macros = "0.19.2" sha2 = "0.9" hex = "0.4.2" zip = "0.5.5" |