vendor git2rs
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-11-27 12:08:27 +01:00
parent e80387e03a
commit ccb4cb22da
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -15,6 +15,9 @@ tracing = { workspace = true }
rand = "0.8.5" rand = "0.8.5"
hex = "0.4.3" hex = "0.4.3"
git2 = "0.15.0" git2 = { version = "0.15.0", features = [
"vendored-libgit2",
"vendored-openssl",
] }
serde = { version = "1.0.147", features = ["derive"] } serde = { version = "1.0.147", features = ["derive"] }
serde_yaml = "0.9.14" serde_yaml = "0.9.14"