diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ hex = "0.4" http = "0.2" httparse = "1" if-addrs = "0.10" -libflate = "1" +libflate = "2" log = "0.4" maud = "0.25" mime = "0.3" @@ -82,4 +82,4 @@ url = "2" fake-tty = "0.3.1" [build-dependencies] -grass = { version = "0.12", default-features = false } +grass = { version = "0.13", default-features = false } |