]> git.proxmox.com Git - cargo.git/commitdiff
Bump git2 to 0.15 and libgit2-sys to 0.14
authorJon Gjengset <jongje@amazon.com>
Wed, 17 Aug 2022 21:55:13 +0000 (21:55 +0000)
committerJon Gjengset <jongje@amazon.com>
Wed, 17 Aug 2022 22:02:28 +0000 (22:02 +0000)
This will allow cargo to avoid vendored builds of git2 in up-to-date
environments going forward, and brings in the [libgit2 1.4.4 CVE fix].

[libgit2 1.4.4 CVE fix]: https://github.com/libgit2/libgit2/releases/tag/v1.4.4

Cargo.toml
crates/cargo-test-support/Cargo.toml

index 4aa5f403ab553d4816691d156ca4c5cf5ab87638..24cd8e2a11e922a70bc693518288d26b9d9eab38 100644 (file)
@@ -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"
index 81ef1bcb703644901d323dfe2f151a1631d516d7..b211c47166f2a097ed8e757b3fa3920cf4e531bf 100644 (file)
@@ -14,7 +14,7 @@ cargo-util = { path = "../cargo-util" }
 snapbox = { version = "0.2.8", features = ["diff", "path"] }
 filetime = "0.2"
 flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
-git2 = "0.14.2"
+git2 = "0.15.0"
 glob = "0.3"
 itertools = "0.10.0"
 lazy_static = "1.0"