Skip to content

Commit 6760478

Browse files
committed
chore(dependencies): Simplify version ranges and bump tar minimal version
1 parent 9c67c92 commit 6760478

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

+7-7
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.1, <0.4.0"
23+
crypto-hash = "0.3.1"
2424
curl = "0.4.12"
25-
env_logger = ">=0.5.4, <0.6.0"
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.1, <0.9.0"
32-
glob = ">=0.2.11, <0.3.0"
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.1, <0.8.0"
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.9, <0.5.0", default-features = false }
50+
tar = { version = "0.4.15", default-features = false }
5151
tempfile = "3.0"
5252
termcolor = "0.3"
53-
toml = ">=0.4.2, <0.5.0"
53+
toml = "0.4.2"
5454
url = "1.1"
5555
clap = "2.31.2"
5656

0 commit comments

Comments
 (0)