mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
Bump simple-git to v0.2.10
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5a316b765f
commit
f9f25c9d6f
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3718,9 +3718,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "simple-git"
|
name = "simple-git"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "48955a621e2b4a92fdb9fcbf8a5bf0e56b15a56bfe09e6defc01cb25ca59f31c"
|
checksum = "ceb5955ab3b66f8c0f0557873ca472c196d30a6c19696074ce3aca4c226b5c3a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"compact_str",
|
"compact_str",
|
||||||
"derive_destructure2",
|
"derive_destructure2",
|
||||||
|
|
|
@ -31,7 +31,7 @@ leon = "3.0.0"
|
||||||
maybe-owned = "0.3.4"
|
maybe-owned = "0.3.4"
|
||||||
miette = "7.0.0"
|
miette = "7.0.0"
|
||||||
semver = { version = "1.0.17", features = ["serde"] }
|
semver = { version = "1.0.17", features = ["serde"] }
|
||||||
simple-git = { version = "0.2.4", optional = true }
|
simple-git = { version = "0.2.10", optional = true }
|
||||||
strum = "0.26.1"
|
strum = "0.26.1"
|
||||||
target-lexicon = { version = "0.12.11", features = ["std"] }
|
target-lexicon = { version = "0.12.11", features = ["std"] }
|
||||||
tempfile = "3.5.0"
|
tempfile = "3.5.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue