diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-12-28 04:35:20 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-12-28 04:35:20 +0000 |
commit | a702f15e28af71e28e55c3f8889040c34355e363 (patch) | |
tree | 6a37d34769fe8c871b0f56d0c71340eca7af6e54 /Cargo.toml | |
parent | Fix lint (diff) | |
download | miniserve-a702f15e28af71e28e55c3f8889040c34355e363.tar.gz miniserve-a702f15e28af71e28e55c3f8889040c34355e363.zip |
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ panic = 'abort' [dependencies] yansi = "0.5" actix-web = "3.3" -simplelog = "0.8" +simplelog = "0.9" percent-encoding = "2.1" port_check = "0.1" bytesize = "1.0.0" @@ -41,7 +41,7 @@ sha2 = "0.9" hex = "0.4.2" zip = "0.5.5" qrcodegen = "1.6.0" -actix-files = "0.4.1" +actix-files = "0.5" actix-multipart = "0.3.0" actix-web-httpauth = "0.5.0" mime = "0.3" |