Blob Blame History Raw
--- cargo-0.43.1/Cargo.toml	2020-03-17T17:26:07+00:00
+++ cargo-0.43.1/Cargo.toml	2020-03-19T11:38:02.543035+00:00
@@ -75,10 +75,10 @@
 version = "0.4"
 
 [dependencies.git2]
-version = "0.11.0"
+version = "0.13.0"
 
 [dependencies.git2-curl]
-version = "0.12.0"
+version = "0.14.0"
 
 [dependencies.glob]
 version = "0.3.0"
@@ -111,7 +111,7 @@
 version = "0.2"
 
 [dependencies.libgit2-sys]
-version = "0.10.0"
+version = "0.12.0"
 
 [dependencies.log]
 version = "0.4.6"
@@ -133,14 +133,11 @@
 version = "2.0"
 
 [dependencies.pretty_env_logger]
-version = "0.3"
+version = "0.4"
 optional = true
 
 [dependencies.remove_dir_all]
 version = "0.5.2"
-
-[dependencies.rustc-workspace-hack]
-version = "1.0.0"
 
 [dependencies.rustfix]
 version = "0.5.0"
@@ -196,16 +193,3 @@
 [features]
 deny-warnings = []
 pretty-env-logger = ["pretty_env_logger"]
-vendored-openssl = ["openssl/vendored"]
-[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
-version = "0.7.0"
-features = ["mac_os_10_7_support"]
-[target."cfg(windows)".dependencies.fwdansi]
-version = "1"
-
-[target."cfg(windows)".dependencies.miow]
-version = "0.3.1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["basetsd", "handleapi", "jobapi", "jobapi2", "memoryapi", "minwindef", "ntdef", "ntstatus", "processenv", "processthreadsapi", "psapi", "synchapi", "winerror", "winbase", "wincon", "winnt"]