Skip to content
Snippets Groups Projects
Commit e85016c5 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump libc from 0.2.112 to 0.2.119 (#10967)


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

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent b199ccf3
Branches
No related merge requests found
...@@ -3610,9 +3610,9 @@ checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a" ...@@ -3610,9 +3610,9 @@ checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.112" version = "0.2.119"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
[[package]] [[package]]
name = "libgit2-sys" name = "libgit2-sys"
......
...@@ -13,7 +13,7 @@ readme = "README.md" ...@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]
[dependencies] [dependencies]
libc = "0.2.112" libc = "0.2.119"
cfg-if = "1.0" cfg-if = "1.0"
log = "0.4.8" log = "0.4.8"
parity-wasm = "0.42.0" parity-wasm = "0.42.0"
......
...@@ -17,7 +17,7 @@ ansi_term = "0.12.1" ...@@ -17,7 +17,7 @@ ansi_term = "0.12.1"
atty = "0.2.13" atty = "0.2.13"
chrono = "0.4.19" chrono = "0.4.19"
lazy_static = "1.4.0" lazy_static = "1.4.0"
libc = "0.2.112" libc = "0.2.119"
log = { version = "0.4.8" } log = { version = "0.4.8" }
once_cell = "1.8.0" once_cell = "1.8.0"
parking_lot = "0.12.0" parking_lot = "0.12.0"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment