diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-05-17 19:07:34 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-05-17 19:07:34 +0000 |
commit | d5fb59ce1927bf343c4e183ce763c368adc50e9f (patch) | |
tree | 7bc4c96deb35b120dc4d75aec3078bb7f0129398 | |
parent | Add some more categories (diff) | |
download | miniserve-d5fb59ce1927bf343c4e183ce763c368adc50e9f.tar.gz miniserve-d5fb59ce1927bf343c4e183ce763c368adc50e9f.zip |
Bump to actix 0.5.7
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ [[package]] name = "actix" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "actix_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -25,7 +25,7 @@ name = "actix-web" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "actix 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "actix 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -705,7 +705,7 @@ dependencies = [ name = "miniserve" version = "0.1.5" dependencies = [ - "actix 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "actix 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1582,7 +1582,7 @@ dependencies = [ ] [metadata] -"checksum actix 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e767e3170dc7cdec50fe1b74d22fd9d2f4b78b97b2052a254b5acb07dae68634" +"checksum actix 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7f01f05bfb6e77d47a04752efdac401e0e20b49130ac673cde367cda8eb7c92c" "checksum actix-web 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "435537ef24396f3690d4c03025be3ddf599cda9a7c30b732f2aeb2c718fa9936" "checksum actix_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c4b1dc922654b9aca7a8a31eab875fde804fa9fbd67f220f2e457787b23590f2" "checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4" |