Skip to content

Commit f3aedf8

Browse files
committed
Update git2 requirement from 0.18 to 0.20
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/git2-0.20.4/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/commits/git2-0.20.4) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.20.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cc863c commit f3aedf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clap = { version = "4.4", features = ["derive"] }
1212
chrono = { version = "0.4", features = ["serde"] }
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"
15-
git2 = "0.18"
15+
git2 = "0.20"
1616
tokio = { version = "1", features = ["full"] }
1717

1818
[lib]

0 commit comments

Comments
 (0)