diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-18 17:12:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 17:12:42 +0000 |
commit | 9f93ccd9427265f39f1a2de38389fec0e80f7bea (patch) | |
tree | 7872e576437965786b958f260a71d8ad5ee80936 | |
parent | 5c6551598249d84e262e58a1eefb5443eeacb521 (diff) | |
download | servo-9f93ccd9427265f39f1a2de38389fec0e80f7bea.tar.gz servo-9f93ccd9427265f39f1a2de38389fec0e80f7bea.zip |
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>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9c7f7f09feb..8eb3336fdc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", |