build(deps): bump libgit2-sys from 0.18.0+1.9.0 to 0.18.1+1.9.0 (#36040)

Bumps [libgit2-sys](https://github.com/rust-lang/git2-rs) from 0.18.0+1.9.0 to 0.18.1+1.9.0.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.0...git2-0.18.1)

---
updated-dependencies:
- dependency-name: libgit2-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-18 17:12:42 +00:00 committed by GitHub
parent 5c65515982
commit 9f93ccd942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -4273,9 +4273,9 @@ dependencies = [
[[package]]
name = "libgit2-sys"
version = "0.18.0+1.9.0"
version = "0.18.1+1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec"
checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
dependencies = [
"cc",
"libc",