diff --git a/Cargo.lock b/Cargo.lock index 2e8b5bc20..bdb4bf0d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,9 +786,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" +checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" dependencies = [ "bitflags", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2d80eb267..aaafd886a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ config = { version = "0.13.3", default-features = false, features = ["toml"] } crossterm = { version = "0.25", default-features = false } dag = { git = "https://github.com/facebook/sapling", rev = "97e9d5112a4150286b44ba8544f543c69147e195", optional = true, default-features = false } dirs = "4.0.0" -git2 = "0.16.0" +git2 = "0.16.1" glob = "0.3.1" hex = "0.4.3" itertools = "0.10.5" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index fb9807ce6..68ad7a263 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -24,7 +24,7 @@ byteorder = "1.4.3" chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } config = { version = "0.13.3", default-features = false, features = ["toml"] } digest = "0.10.6" -git2 = "0.16.0" +git2 = "0.16.1" hex = "0.4.3" itertools = "0.10.5" maplit = "1.0.2" diff --git a/lib/testutils/Cargo.toml b/lib/testutils/Cargo.toml index 4274eb82c..4687c80ad 100644 --- a/lib/testutils/Cargo.toml +++ b/lib/testutils/Cargo.toml @@ -16,7 +16,7 @@ publish = false [dependencies] config = { version = "0.13.2", default-features = false, features = ["toml"] } -git2 = "0.16.0" +git2 = "0.16.1" itertools = "0.10.5" jujutsu-lib = { path = ".." } rand = "0.8.5"