diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-04 09:59:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 09:59:33 +0000 |
commit | 310556d4c5779851375751f2df9b789c1efaacd3 (patch) | |
tree | fca22015d283f677841f5ca7e0bb744e0106fa10 | |
parent | Merge pull request #457 from svenstaro/dependabot/cargo/zip-0.5.11 (diff) | |
parent | Bump hex from 0.4.2 to 0.4.3 (diff) | |
download | miniserve-310556d4c5779851375751f2df9b789c1efaacd3.tar.gz miniserve-310556d4c5779851375751f2df9b789c1efaacd3.zip |
Merge pull request #459 from svenstaro/dependabot/cargo/hex-0.4.3
Bump hex from 0.4.2 to 0.4.3
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1174,9 +1174,9 @@ dependencies = [ [[package]] name = "hex" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hostname" @@ -38,7 +38,7 @@ log = "0.4.14" strum = "0.20.0" strum_macros = "0.20.1" sha2 = "0.9" -hex = "0.4.2" +hex = "0.4.3" zip = "0.5.11" qrcodegen = "1.6.0" actix-files = "0.5" |