Update Rust crate git2 to 0.17.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-16 18:33:51 +00:00
parent 3e17eb5ece
commit 73088892f3
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ tracing = { workspace = true }
rand = "0.8.5"
hex = "0.4.3"
git2 = { version = "0.17.0", features = [
git2 = { version = "0.17.1", features = [
"vendored-libgit2",
"vendored-openssl",
] }