diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -22,31 +22,31 @@ actix-web = "3" simplelog = "0.10" percent-encoding = "2" port_check = "0.1" -bytesize = "1.0.0" +bytesize = "1" nanoid = "0.3" alphanumeric-sort = "1" structopt = "0.3" -chrono = "0.4.19" -chrono-humanize = "0.1.2" -maud = { version = "0.22.2", features = ["actix-web"] } +chrono = "0.4" +chrono-humanize = "0.1" +maud = { version = "0.22", features = ["actix-web"] } serde = { version = "1", features = ["derive"] } -tar = "0.4.33" -futures = "0.3.13" +tar = "0.4" +futures = "0.3" libflate = "1" thiserror = "1" -log = "0.4.14" -strum = "0.20.0" -strum_macros = "0.20.1" +log = "0.4" +strum = "0.20" +strum_macros = "0.20" sha2 = "0.9" -hex = "0.4.3" +hex = "0.4" zip = "0.5.11" qrcodegen = "1" actix-files = "0.5" -actix-multipart = "0.3.0" -actix-web-httpauth = "0.5.1" +actix-multipart = "0.3" +actix-web-httpauth = "0.5" mime = "0.3" httparse = "1" -http = "0.2.3" +http = "0.2" bytes = "1" atty = "0.2" @@ -61,4 +61,4 @@ pretty_assertions = "0.7" url = "2" [build-dependencies] -grass = "0.10.4" +grass = "0.10" |