diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-09-20 00:02:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-20 00:02:54 +0000 |
commit | 2fb7befb84b1bf96e4da474646d2e74e1b393f64 (patch) | |
tree | e6b1989495744a18ac2b61839406d59ae9d494d3 | |
parent | Merge pull request #201 from svenstaro/dependabot/cargo/strum_macros-0.16.0 (diff) | |
parent | Bump hex from 0.3.2 to 0.4.0 (diff) | |
download | miniserve-2fb7befb84b1bf96e4da474646d2e74e1b393f64.tar.gz miniserve-2fb7befb84b1bf96e4da474646d2e74e1b393f64.zip |
Merge pull request #198 from svenstaro/dependabot/cargo/hex-0.4.0
Bump hex from 0.3.2 to 0.4.0
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1072,7 +1072,7 @@ dependencies = [ [[package]] name = "hex" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1424,7 +1424,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libflate 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3220,7 +3220,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" +"checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e" "checksum hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e" "checksum html5ever 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce65ac8028cf5a287a7dbf6c4e0a6cf2dcf022ed5b167a81bae66ebf599a8b7" "checksum htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" @@ -46,7 +46,7 @@ log = "0.4.8" strum = "0.16.0" strum_macros = "0.16.0" sha2 = "0.8.0" -hex = "0.3.2" +hex = "0.4.0" [dev-dependencies] assert_cmd = "0.11" |