Skip to content

Commit

Permalink
cargo: bump git2 from 0.17.0 to 0.17.1
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Apr 17, 2023
1 parent e448198 commit c7b6660
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ criterion = {version = "0.4.0", optional = true }
crossterm = { version = "0.26", default-features = false }
dirs = "5.0.0"
esl01-renderdag = "0.3.0"
git2 = "0.17.0"
git2 = "0.17.1"
glob = "0.3.1"
hex = "0.4.3"
indexmap = "1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bytes = "1.4.0"
chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] }
config = { version = "0.13.3", default-features = false, features = ["toml"] }
digest = "0.10.6"
git2 = "0.17.0"
git2 = "0.17.1"
hex = "0.4.3"
itertools = "0.10.5"
maplit = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish = false

[dependencies]
config = { version = "0.13.2", default-features = false, features = ["toml"] }
git2 = "0.17.0"
git2 = "0.17.1"
itertools = "0.10.5"
jujutsu-lib = { path = ".." }
rand = "0.8.5"
Expand Down

0 comments on commit c7b6660

Please sign in to comment.