Merge pull request #615 from ouch-org/dependabot/cargo/libc-0.2.153

build(deps): bump libc from 0.2.152 to 0.2.153
This commit is contained in:
figsoda 2024-02-01 00:25:33 -05:00 committed by GitHub
commit ddbc5ac8d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -684,9 +684,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.152"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libm"

View File

@ -20,7 +20,7 @@ flate2 = { version = "1.0.28", default-features = false }
fs-err = "2.11.0"
gzp = { version = "0.11.3", default-features = false, features = ["snappy_default"] }
ignore = "0.4.22"
libc = "0.2.152"
libc = "0.2.153"
linked-hash-map = "0.5.6"
lz4_flex = "0.11.2"
once_cell = "1.19.0"