Skip to content

Commit 49c37a3

Browse files
bors[bot]Nemo157
andauthored
Merge #49
49: Upgrade dependencies r=Nemo157 a=Nemo157 Co-authored-by: Wim Looman <[email protected]>
2 parents 9b65219 + 0490635 commit 49c37a3

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ matrix:
1212
include:
1313
- os: osx
1414

15+
- name: cargo audit
16+
cache: cargo
17+
rust: nightly
18+
install:
19+
- cargo install -Z install-upgrade cargo-audit
20+
script:
21+
- cargo generate-lockfile -Z minimal-versions
22+
- cargo audit
23+
- cargo update
24+
- cargo audit
25+
1526
- name: cargo build --features
1627
script:
1728
# Need to remove dev-dependencies so that they don't affect feature resolution

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-compression"
3-
version = "0.1.0-alpha.6"
3+
version = "0.1.0-alpha.7"
44
authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -34,9 +34,9 @@ bzip2 = { version = "0.3.3" , optional = true }
3434
flate2 = { version = "1.0.11", optional = true }
3535
futures-core-preview = { version = "0.3.0-alpha.19", default-features = false }
3636
futures-io-preview = { version = "0.3.0-alpha.19", default-features = false, features = ["std"], optional = true }
37-
pin-project = "0.4.1"
38-
libzstd = { version = "0.4", optional = true, package = "zstd", default-features = false }
39-
zstd-safe = { version = "1.4.13", optional = true, default-features = false }
37+
pin-project = "0.4.3"
38+
libzstd = { version = "0.5.0", optional = true, package = "zstd", default-features = false }
39+
zstd-safe = { version = "2.0.0", optional = true, default-features = false }
4040
memchr = "2.2.1"
4141

4242
[dev-dependencies]

0 commit comments

Comments
 (0)