Skip to content

Commit b31a660

Browse files
committed
chore: Upgrade git2
1 parent ae75473 commit b31a660

File tree

2 files changed

+18
-38
lines changed

2 files changed

+18
-38
lines changed

Cargo.lock

+15-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ cargo_metadata = "0.18"
133133
# present, and then to let the user _select_ through configuration which
134134
# one they want to be used.
135135
tame-index = { version = "0.13", features = ["sparse", "native-certs"] }
136-
git2 = { version = "0.18.3", default-features = false }
136+
git2 = { version = "0.19.0", default-features = false }
137137
toml_edit = { version = "0.22.12", features = ["serde"] }
138138
toml = "0.8.12"
139139
serde = { version = "1.0", features = ["derive"] }
@@ -165,8 +165,8 @@ anstyle = "1.0.7"
165165
assert_fs = "1.1"
166166
predicates = "3.1"
167167
snapbox = "0.6.16"
168-
cargo-test-macro = "0.2.1"
169-
cargo-test-support = "0.2.1"
168+
cargo-test-macro = "0.3"
169+
cargo-test-support = "0.3"
170170

171171
[profile.release]
172172
panic = "abort"

0 commit comments

Comments
 (0)