]> git.proxmox.com Git - cargo.git/blobdiff - Cargo.toml
Clarify config-relative paths for `--config <path>`
[cargo.git] / Cargo.toml
index e63503cdd0e7b094dbf4c4c88689388cef1cf025..21fb83dd47d20b73f701111d20ffcc51e23d2c94 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.65.0"
+version = "0.66.0"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 homepage = "https://crates.io"
@@ -28,8 +28,8 @@ 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.2"
-git2-curl = "0.15.0"
+git2 = "0.15.0"
+git2-curl = "0.16.0"
 glob = "0.3.0"
 hex = "0.4"
 home = "0.5"
@@ -41,7 +41,7 @@ jobserver = "0.1.24"
 lazycell = "1.2.0"
 libc = "0.2"
 log = "0.4.6"
-libgit2-sys = "0.13.2"
+libgit2-sys = "0.14.0"
 memchr = "2.1.3"
 opener = "0.5"
 os_info = "3.5.0"
@@ -61,7 +61,7 @@ toml_edit =  { version = "0.14.3", features = ["serde", "easy", "perf"] }
 unicode-xid = "0.2.0"
 url = "2.2.2"
 walkdir = "2.2"
-clap = "3.2.1"
+clap = "3.2.18"
 unicode-width = "0.1.5"
 openssl = { version = '0.10.11', optional = true }
 im-rc = "15.0.0"
@@ -99,7 +99,7 @@ features = [
 [dev-dependencies]
 cargo-test-macro = { path = "crates/cargo-test-macro" }
 cargo-test-support = { path = "crates/cargo-test-support" }
-snapbox = { version = "0.2.8", features = ["diff", "path"] }
+snapbox = { version = "0.3.0", features = ["diff", "path"] }
 
 [build-dependencies]
 flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }