Merge pull request #72 from NotAShelf/dependabot/cargo/libc-0.2.183

build(deps): bump libc from 0.2.182 to 0.2.183
This commit is contained in:
raf 2026-03-09 19:55:07 +03:00 committed by GitHub
commit 208359dc0c
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

@ -1385,9 +1385,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
[[package]]
name = "libc"
version = "0.2.182"
version = "0.2.183"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
[[package]]
name = "libredox"

View file

@ -26,7 +26,7 @@ env_logger = "0.11.8"
humantime = "2.3.0"
imagesize = "0.14.0"
inquire = { version = "0.9.4", default-features = false, features = [ "crossterm" ] }
libc = "0.2.182"
libc = "0.2.183"
log = "0.4.29"
mime-sniffer = "0.1.3"
notify-rust = { version = "4.12.0", optional = true }