release: simple-git v0.1.1 (#1445)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-10-07 17:09:58 +11:00 committed by GitHub
parent 63db6686d5
commit 39d22510b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 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.1.0", path = "../simple-git", optional = true }
simple-git = { version = "0.1.1", path = "../simple-git", optional = true }
tempfile = "3.5.0"
thiserror = "1.0.40"
tokio = { version = "1.30.0", features = ["rt", "sync"], default-features = false }