diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-05-10 06:39:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-10 06:39:41 +0000 |
commit | 7f379ce4ed8d74e01931ccaecd89d177ead22731 (patch) | |
tree | 4c0b3f4789d6fa36d31b833bf14eaa08df5000d7 | |
parent | Merge pull request #110 from svenstaro/dependabot/cargo/rstest-223b3c8 (diff) | |
parent | Bump tar from 0.4.24 to 0.4.25 (diff) | |
download | miniserve-7f379ce4ed8d74e01931ccaecd89d177ead22731.tar.gz miniserve-7f379ce4ed8d74e01931ccaecd89d177ead22731.zip |
Merge pull request #111 from svenstaro/dependabot/cargo/tar-0.4.25
Bump tar from 0.4.24 to 0.4.25
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1151,7 +1151,7 @@ dependencies = [ "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tar 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", + "tar 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2081,7 +2081,7 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.24" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2929,7 +2929,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)" = "ec52cd796e5f01d0067225a5392e70084acc4c0013fa71d55166d38a8b307836" "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" -"checksum tar 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "2dd071a2604c8fd8902ca42908856821ed7a06e3cd846f84d75873c978dec7fb" +"checksum tar 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)" = "7201214ded95b34e3bc00c9557b6dcec34fd1af428d343143f5db67c661762f0" "checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" "checksum tendril 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1b72f8e2f5b73b65c315b1a70c730f24b9d7a25f39e98de8acbe2bb795caea" "checksum term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42" @@ -37,7 +37,7 @@ chrono = "0.4.6" chrono-humanize = "0.0.11" maud = { version = "0.20.0", features = ["actix-web"] } serde = { version = "1.0.91", features = ["derive"] } -tar = "0.4.24" +tar = "0.4.25" bytes = "0.4.12" futures = "0.1.26" libflate = "0.1.21" |