From 4e0295125dc7a3fdb6d51df6ea1c34e0c569fa97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 08:34:33 +0000 Subject: [PATCH] build(deps): update rust crate git-repository to 0.35.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9ff6bb06..4dc7466a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 69ed5dabd..b8101b521 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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