Bump libc from 0.2.136 to 0.2.137 (#17839)

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

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

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

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] 2022-10-27 13:22:52 +00:00 committed by GitHub
parent 81a777384b
commit a2257e7cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -610,9 +610,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.136"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55edcf6c0bb319052dea84732cf99db461780fd5e8d3eb46ab6ff312ab31f197"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[package]]
name = "libm"

View file

@ -13,7 +13,7 @@ byteorder = "1.4.3"
env_logger = "0.9.1"
iso7816 = "0.1.0"
iso7816-tlv = "0.4.2"
libc = "0.2.136"
libc = "0.2.137"
log = "0.4.17"
num-derive = "0.3.3"
num-traits = "0.2.15"