diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-13 11:10:17 +0000 |
---|---|---|
committer | Sascha Grunert <sgrunert@redhat.com> | 2021-12-13 13:57:34 +0100 |
commit | 82b9d0ad9aa1f999b7a74c3b1b3909210ab9fdfc (patch) | |
tree | dd7ae39af45960a0f3bc2c3ddb6ce3de41e1a174 | |
parent | adb0575ff52b039c2aed96f1e0abc14acaafb96b (diff) |
Bump libc from 0.2.110 to 0.2.111
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.110 to 0.2.111.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.110...0.2.111)
---
updated-dependencies:
- dependency-name: libc
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -374,9 +374,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.110" +version = "0.2.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b58a4469763e4e3a906c4ed786e1c70512d16aa88f84dded826da42640fc6a1c" +checksum = "8e167738f1866a7ec625567bae89ca0d44477232a4f7c52b1c7f2adc2c98804f" [[package]] name = "libgit2-sys" |