Skip to content

Commit 5556ba9

Browse files
committed
Auto merge of #5407 - klausi:fixed-minimal-versions, r=matklad
fix(dependendies): Bump minimal dependency versions so that cargo successfully builds with those Spin-off from #5275 . Just bump the minimum dependency versions here, we are developing CI testing in #5275 .
2 parents 65e690a + ecbbc90 commit 5556ba9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ path = "src/cargo/lib.rs"
2020
atty = "0.2"
2121
crates-io = { path = "src/crates-io", version = "0.16" }
2222
crossbeam = "0.3"
23-
crypto-hash = "0.3"
24-
curl = "0.4.6"
25-
env_logger = "0.5"
23+
crypto-hash = "0.3.1"
24+
curl = "0.4.12"
25+
env_logger = "0.5.4"
2626
failure = "0.1.1"
2727
filetime = "0.2"
2828
flate2 = "1.0"
2929
fs2 = "0.4"
3030
git2 = "0.7.0"
31-
git2-curl = "0.8"
32-
glob = "0.2"
31+
git2-curl = "0.8.1"
32+
glob = "0.2.11"
3333
hex = "0.3"
3434
home = "0.3"
3535
ignore = "0.4"
3636
lazy_static = "1.0.0"
3737
jobserver = "0.1.9"
3838
lazycell = "0.6"
3939
libc = "0.2"
40-
libgit2-sys = "0.7"
40+
libgit2-sys = "0.7.1"
4141
log = "0.4"
4242
num_cpus = "1.0"
4343
same-file = "1"
@@ -47,10 +47,10 @@ serde_derive = "1.0"
4747
serde_ignored = "0.0.4"
4848
serde_json = "1.0"
4949
shell-escape = "0.1"
50-
tar = { version = "0.4", default-features = false }
50+
tar = { version = "0.4.15", default-features = false }
5151
tempfile = "3.0"
5252
termcolor = "0.3"
53-
toml = "0.4"
53+
toml = "0.4.2"
5454
url = "1.1"
5555
clap = "2.31.2"
5656

0 commit comments

Comments
 (0)