mirror of
https://github.com/starship/starship
synced 2024-11-02 04:08:02 +00:00
build(deps): update rust crate git-repository to 0.35.0
This commit is contained in:
parent
1f3353e5c6
commit
4e0295125d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1239,9 +1239,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git-repository"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5a5e235db27f1c30ddb22f0a6a43984cc789ff0ed16fa590451dc51c43b4cfc4"
|
||||
checksum = "4ab2628641589b4d20a0b0b64bf6892ab1fc5e431f112afbb277e9f4c3224c8e"
|
||||
dependencies = [
|
||||
"git-actor",
|
||||
"git-attributes",
|
||||
|
|
|
@ -50,7 +50,7 @@ dunce = "1.0.3"
|
|||
gethostname = "0.4.1"
|
||||
git-features = { version = "0.26.2", optional = true }
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
git-repository = { version = "0.34.0", default-features = false, features = ["max-performance-safe"] }
|
||||
git-repository = { version = "0.35.0", default-features = false, features = ["max-performance-safe"] }
|
||||
indexmap = { version = "1.9.2", features = ["serde"] }
|
||||
log = { version = "0.4.17", features = ["std"] }
|
||||
# nofity-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
||||
|
|
Loading…
Reference in a new issue