Skip to content

Commit

Permalink
chore: Upgrade git2
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 16, 2024
1 parent ae75473 commit b31a660
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 38 deletions.
50 changes: 15 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ cargo_metadata = "0.18"
# present, and then to let the user _select_ through configuration which
# one they want to be used.
tame-index = { version = "0.13", features = ["sparse", "native-certs"] }
git2 = { version = "0.18.3", default-features = false }
git2 = { version = "0.19.0", default-features = false }
toml_edit = { version = "0.22.12", features = ["serde"] }
toml = "0.8.12"
serde = { version = "1.0", features = ["derive"] }
Expand Down Expand Up @@ -165,8 +165,8 @@ anstyle = "1.0.7"
assert_fs = "1.1"
predicates = "3.1"
snapbox = "0.6.16"
cargo-test-macro = "0.2.1"
cargo-test-support = "0.2.1"
cargo-test-macro = "0.3"
cargo-test-support = "0.3"

[profile.release]
panic = "abort"
Expand Down

0 comments on commit b31a660

Please sign in to comment.