vendor git2rs
This commit is contained in:
parent
e80387e03a
commit
ccb4cb22da
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user