Skip to content

Commit a7a50fa

Browse files
Update git2 requirement from 0.20 to 0.21
Updates the requirements on [git2](https://github.com/rust-lang/git2-rs) to permit the latest version. - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/commits/git2-0.21.0) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48532e6 commit a7a50fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde_json = "1.0"
1515
serde_yaml = "0.9"
1616
dirs-next = "2.0"
1717
reqwest = { version = "0.13", features = ["json", "blocking"] }
18-
git2 = "0.20"
18+
git2 = "0.21"
1919
tokio = { version = "1", features = ["full"] }
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)