Parcourir la source

Bump flate2 version

Johannes Hofmann il y a 8 ans
Parent
révision
e781e393b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.toml Voir le fichier

@@ -23,7 +23,7 @@ system-libz = ["flate2"]
23 23
 [dependencies]
24 24
 protobuf = "1.4"
25 25
 byteorder = "1.1"
26
-flate2 = { version = "0.2", optional = true }
26
+flate2 = { version = "1.0", optional = true }
27 27
 inflate = "0.3"
28 28
 error-chain = "0.11"
29 29
 memmap = "0.6"