Upgrade dev-dep libflate to 1.0 (#909)

This commit is contained in:
Josh Stone
2020-05-11 19:24:22 -07:00
committed by GitHub
parent 1afbf98378
commit a1b1a1f19b

View File

@@ -119,7 +119,7 @@ trust-dns-resolver = { version = "0.19", optional = true }
env_logger = "0.6"
hyper = { version = "0.13", default-features = false, features = ["tcp", "stream"] }
serde = { version = "1.0", features = ["derive"] }
libflate = "0.1"
libflate = "1.0"
brotli_crate = { package = "brotli", version = "3.3.0" }
doc-comment = "0.3"
tokio = { version = "0.2.0", default-features = false, features = ["macros"] }