Bump libc from 0.2.105 to 0.2.106 (#4194)

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.105 to 0.2.106.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.105...0.2.106)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  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]
2021-11-03 00:01:02 +01:00
committed by GitHub
parent c7dae2a720
commit 07389ebab9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3279,9 +3279,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.105" version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
[[package]] [[package]]
name = "libgit2-sys" name = "libgit2-sys"
+1 -1
View File
@@ -15,7 +15,7 @@ async-process = "1.1.0"
assert_matches = "1.4.0" assert_matches = "1.4.0"
futures = "0.3.17" futures = "0.3.17"
futures-timer = "3.0.2" futures-timer = "3.0.2"
libc = "0.2.105" libc = "0.2.106"
slotmap = "1.0" slotmap = "1.0"
tracing = "0.1.29" tracing = "0.1.29"
pin-project = "1.0.8" pin-project = "1.0.8"