Skip to content

Commit 599bfd0

Browse files
dependabot[bot]arxanas
authored andcommitted
build: bump git2 from 0.17.0 to 0.17.1
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-curl-0.17.0...0.17.1) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e2f93c commit 599bfd0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-branchless-invoke/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ color-eyre = "0.6.2"
1414
cursive_core = "0.3.6"
1515
eyre = "0.6.8"
1616
git-branchless-opts = { version = "0.7.0", path = "../git-branchless-opts" }
17-
git2 = { version = "0.17.0", default-features = false }
17+
git2 = { version = "0.17.1", default-features = false }
1818
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
1919
tracing = "0.1.37"
2020
tracing-chrome = "0.6.0"

git-branchless-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ eden_dag = { package = "esl01-dag", version = "0.3.0" }
5656
eyre = "0.6.8"
5757
futures = "0.3.28"
5858
git-record = { version = "0.3", path = "../git-record" }
59-
git2 = { version = "0.17.0", default-features = false }
59+
git2 = { version = "0.17.1", default-features = false }
6060
indicatif = { version = "0.17.3", features = ["improved_unicode"] }
6161
itertools = "0.10.3"
6262
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)