Skip to content

Commit 83a84a2

Browse files
build(deps): bump git2 from 0.20.3 to 0.20.4
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.20.3 to 0.20.4. - [Changelog](https://github.com/rust-lang/git2-rs/blob/git2-0.20.4/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.3...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 0c7ab4b commit 83a84a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

cpp-linter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clap = { version = "4.5.54", features = ["derive"] }
2020
colored = "3.0.0"
2121
fast-glob = "1.0.0"
2222
futures = "0.3.31"
23-
git2 = "0.20.3"
23+
git2 = "0.20.4"
2424
log = { version = "0.4.29", features = ["std"] }
2525
quick-xml = { version = "0.38.4", features = ["serialize"] }
2626
regex = "1.12.2"
@@ -36,7 +36,7 @@ which = "8.0.0"
3636
[dev-dependencies]
3737
mockito = "1.7.1"
3838
tempfile = "3.24.0"
39-
git2 = { version = "0.20.3", features = ["https"]}
39+
git2 = { version = "0.20.4", features = ["https"]}
4040

4141
[features]
4242
openssl-vendored = ["git2/vendored-openssl", "reqwest/native-tls-vendored"]

0 commit comments

Comments
 (0)