Refactor: Move simple-git into a new repo (#1611)

Moved to https://github.com/cargo-bins/simple-git

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-02-09 15:38:28 +10:00 committed by GitHub
parent 8e29d416b4
commit c450f442cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 2 additions and 645 deletions

View file

@ -25,7 +25,7 @@ semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.107"
sha2 = "0.10.7"
simple-git = { version = "0.2.2", path = "../simple-git", optional = true }
simple-git = { version = "0.2.2", optional = true }
tempfile = "3.5.0"
thiserror = "1.0.52"
tokio = { version = "1.35.0", features = ["rt", "sync"], default-features = false }