Update dependencies

This commit is contained in:
Jeremy Soller 2025-12-29 15:36:05 -07:00
parent 923c720ae5
commit eaa756182a
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 27 additions and 51 deletions

View file

@ -45,7 +45,7 @@ xdg-mime = { git = "https://github.com/ebassi/xdg-mime-rs" }
bzip2 = { version = "0.6", optional = true } #TODO: replace with pure Rust crate
flate2 = "1.1"
tar = "0.4.44"
lzma-rust2 = { version = "0.15", optional = true }
lzma-rust2 = { version = "0.15.4", optional = true }
ordermap = { version = "1.0.0", features = ["serde"] }
# Internationalization
i18n-embed = { version = "0.16", features = [
@ -56,7 +56,7 @@ i18n-embed-fl = "0.10"
rust-embed = "8"
slotmap = "1.0.7"
recently-used-xbel = { git = "https://github.com/pop-os/recently-used-xbel.git" }
zip = "6.0"
zip = "7"
uzers = "0.12.1"
md-5 = "0.10.6"
png = "0.18"
@ -65,7 +65,7 @@ num_cpus = "1.17.0"
# Completion-based IO runtime to enable io_uring / IOCP file IO support.
[dependencies.compio]
version = "0.16.0"
version = "0.17.0"
default-features = false
features = ["io", "macros", "polling", "runtime"]
@ -123,7 +123,7 @@ inherits = "release"
debug = true
[target.'cfg(unix)'.dependencies]
fork = "0.4"
fork = "0.6"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.18"