Bump libc from 0.2.137 to 0.2.138

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-05 17:07:39 +00:00 коммит произвёл Sylvestre Ledru
Родитель 252ba5e973
Коммит d57d9eacbf
2 изменённых файлов: 3 добавлений и 3 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -1529,9 +1529,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.137"
version = "0.2.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
[[package]]
name = "libmount"

Просмотреть файл

@ -45,7 +45,7 @@ hyperx = { version = "1.0", optional = true }
jobserver = "0.1"
jsonwebtoken = { version = "8", optional = true }
lazy_static = "1.0.0"
libc = "0.2.137"
libc = "0.2.138"
linked-hash-map = "0.5"
log = "0.4"
md-5 = { version = "0.10.5", optional = true }