Browse Source

Bump flate2 version

Johannes Hofmann 8 years ago
parent
commit
e781e393b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.toml View File

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