summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-02-17 11:27:31 +0000
committerGitHub <noreply@github.com>2023-02-17 11:27:31 +0000
commite69a19b3fec2d1b3044b35830332be6742dca952 (patch)
tree66e751013ae1bb1ced01e4d88c304a708518dc2b
parent5620bbf6a55438a4b6551f64c9df39cbbe1a172d (diff)
build(deps): update rust crate git-features to 0.26.5
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 706d28fd1..7ffab438d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1013,9 +1013,9 @@ dependencies = [
[[package]]
name = "git-features"
-version = "0.26.4"
+version = "0.26.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "688ac55de8f6126dd2e43cf51a74e94b8407102334a5d7810948c5b6f2772668"
+checksum = "64be6a1e602760c2c83aac3d05553c90805748bba9cb0f0e944d66b0f85cea0d"
dependencies = [
"crc32fast",
"crossbeam-channel",
@@ -1046,9 +1046,9 @@ dependencies = [
[[package]]
name = "git-hash"
-version = "0.10.2"
+version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dfea33ea1987a757e7bdda54c42d1c5bbcd741a997db98b6be5d2e739a221602"
+checksum = "2c4af641a41fdb4b1d5c2be9783cd8ffcd4e22a6ad41581c1f0dc3e882000585"
dependencies = [
"hex",
"thiserror",
diff --git a/Cargo.toml b/Cargo.toml
index d59f02704..36b4e8fc7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ clap_complete = "4.1.2"
dirs-next = "2.0.0"
dunce = "1.0.3"
gethostname = "0.4.1"
-git-features = { version = "0.26.4", optional = true }
+git-features = { version = "0.26.5", optional = true }
# default feature restriction addresses https://github.com/starship/starship/issues/4251
git-repository = { version = "0.35.0", default-features = false, features = ["max-performance-safe"] }
indexmap = { version = "1.9.2", features = ["serde"] }