diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,12 +35,12 @@ structopt = "0.3" chrono = "0.4.10" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } -serde = { version = "1.0.106", features = ["derive"] } +serde = { version = "1.0.110", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" futures = "0.1.29" -libflate = "0.1.26" -failure = "0.1.7" +libflate = "1.0.0" +failure = "0.1.8" log = "0.4.8" strum = "0.18.0" strum_macros = "0.18.0" |