]> git.proxmox.com Git - cargo.git/blobdiff - Cargo.toml
Auto merge of #9031 - noritada:update-update-descriptions, r=alexcrichton
[cargo.git] / Cargo.toml
index afbe02084cfdeac20ad2097e06993b147bc9a71d..509786b828fba3b9e797371392c73911009df260 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.47.0"
+version = "0.52.0"
 edition = "2018"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
@@ -23,17 +23,17 @@ atty = "0.2"
 bytesize = "1.0"
 cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
 crates-io = { path = "crates/crates-io", version = "0.31.1" }
-crossbeam-utils = "0.7"
+crossbeam-utils = "0.8"
 crypto-hash = "0.3.1"
 curl = { version = "0.4.23", features = ["http2"] }
 curl-sys = "0.4.22"
-env_logger = "0.7.0"
+env_logger = "0.8.1"
 pretty_env_logger = { version = "0.4", optional = true }
 anyhow = "1.0"
 filetime = "0.2.9"
 flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
-git2 = "0.13.5"
-git2-curl = "0.14.0"
+git2 = "0.13.14"
+git2-curl = "0.14.1"
 glob = "0.3.0"
 hex = "0.4"
 home = "0.5"
@@ -44,12 +44,11 @@ jobserver = "0.1.21"
 lazycell = "1.2.0"
 libc = "0.2"
 log = "0.4.6"
-libgit2-sys = "0.12.7"
+libgit2-sys = "0.12.16"
 memchr = "2.1.3"
 num_cpus = "1.0"
 opener = "0.4"
 percent-encoding = "2.0"
-remove_dir_all = "0.5.2"
 rustfix = "0.5.0"
 same-file = "1"
 semver = { version = "0.10", features = ["serde"] }
@@ -60,8 +59,8 @@ shell-escape = "0.1.4"
 strip-ansi-escapes = "0.1.0"
 tar = { version = "0.4.26", default-features = false }
 tempfile = "3.0"
-termcolor = "1.0"
-toml = "0.5.3"
+termcolor = "1.1"
+toml = "0.5.7"
 unicode-xid = "0.2.0"
 url = "2.0"
 walkdir = "2.2"
@@ -76,11 +75,11 @@ im-rc = "15.0.0"
 rustc-workspace-hack = "1.0.0"
 
 [target.'cfg(target_os = "macos")'.dependencies]
-core-foundation = { version = "0.7.0", features = ["mac_os_10_7_support"] }
+core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
 
 [target.'cfg(windows)'.dependencies]
-miow = "0.3.1"
-fwdansi = "1"
+miow = "0.3.6"
+fwdansi = "1.1.0"
 
 [target.'cfg(windows)'.dependencies.winapi]
 version = "0.3"
@@ -104,8 +103,12 @@ features = [
 ]
 
 [dev-dependencies]
-cargo-test-macro = { path = "crates/cargo-test-macro", version = "0.1.0" }
-cargo-test-support = { path = "crates/cargo-test-support", version = "0.1.0" }
+cargo-test-macro = { path = "crates/cargo-test-macro" }
+cargo-test-support = { path = "crates/cargo-test-support" }
+
+[build-dependencies]
+flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
+tar = { version = "0.4.26", default-features = false }
 
 [[bin]]
 name = "cargo"