]> git.proxmox.com Git - cargo.git/blobdiff - Cargo.toml
Clarify config-relative paths for `--config <path>`
[cargo.git] / Cargo.toml
index 148db4262b046661141dc56e30d1c03b56d8d6a3..21fb83dd47d20b73f701111d20ffcc51e23d2c94 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.62.0"
+version = "0.66.0"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 homepage = "https://crates.io"
@@ -19,32 +19,33 @@ path = "src/cargo/lib.rs"
 atty = "0.2"
 bytesize = "1.0"
 cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
-cargo-util = { path = "crates/cargo-util", version = "0.1.2" }
+cargo-util = { path = "crates/cargo-util", version = "0.2.1" }
 crates-io = { path = "crates/crates-io", version = "0.34.0" }
-crossbeam-utils = "0.8"
-curl = { version = "0.4.41", features = ["http2"] }
-curl-sys = "0.4.50"
+curl = { version = "0.4.43", features = ["http2"] }
+curl-sys = "0.4.55"
 env_logger = "0.9.0"
 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.14.1"
-git2-curl = "0.15.0"
+git2 = "0.15.0"
+git2-curl = "0.16.0"
 glob = "0.3.0"
 hex = "0.4"
 home = "0.5"
 humantime = "2.0.0"
+indexmap = "1"
 ignore = "0.4.7"
 lazy_static = "1.2.0"
 jobserver = "0.1.24"
 lazycell = "1.2.0"
 libc = "0.2"
 log = "0.4.6"
-libgit2-sys = "0.13.1"
+libgit2-sys = "0.14.0"
 memchr = "2.1.3"
 opener = "0.5"
-os_info = "3.0.7"
+os_info = "3.5.0"
+pathdiff = "0.2"
 percent-encoding = "2.0"
 rustfix = "0.6.0"
 semver = { version = "1.0.3", features = ["serde"] }
@@ -53,14 +54,14 @@ serde_ignored = "0.1.0"
 serde_json = { version = "1.0.30", features = ["raw_value"] }
 shell-escape = "0.1.4"
 strip-ansi-escapes = "0.1.0"
-tar = { version = "0.4.36", default-features = false }
+tar = { version = "0.4.38", default-features = false }
 tempfile = "3.0"
 termcolor = "1.1"
-toml_edit =  { version = "0.13.4", features = ["serde", "easy"] }
+toml_edit =  { version = "0.14.3", features = ["serde", "easy", "perf"] }
 unicode-xid = "0.2.0"
 url = "2.2.2"
 walkdir = "2.2"
-clap = "3.1.0"
+clap = "3.2.18"
 unicode-width = "0.1.5"
 openssl = { version = '0.10.11', optional = true }
 im-rc = "15.0.0"
@@ -98,10 +99,11 @@ features = [
 [dev-dependencies]
 cargo-test-macro = { path = "crates/cargo-test-macro" }
 cargo-test-support = { path = "crates/cargo-test-support" }
+snapbox = { version = "0.3.0", features = ["diff", "path"] }
 
 [build-dependencies]
 flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
-tar = { version = "0.4.26", default-features = false }
+tar = { version = "0.4.38", default-features = false }
 
 [[bin]]
 name = "cargo"