chore: upgrade all dependencies
This commit is contained in:
parent
9ebad94e3b
commit
a90d7fbc42
10 changed files with 343 additions and 273 deletions
|
|
@ -7,12 +7,12 @@ license = "GPL-3.0-only"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
byte-unit = "5.1.4"
|
||||
const_format = "0.2.33"
|
||||
byte-unit = "5.1.6"
|
||||
const_format = "0.2.34"
|
||||
concat-in-place = "1.1.0"
|
||||
sysinfo = "0.31.4"
|
||||
memchr = "2.7.4"
|
||||
|
||||
[dependencies.bumpalo]
|
||||
version = "3.16.0"
|
||||
version = "3.17.0"
|
||||
features = ["collections"]
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@ fast_image_resize = { git = "https://github.com/jackpot51/fast_image_resize.git"
|
|||
"image",
|
||||
] }
|
||||
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
|
||||
futures-lite = "2.3.0"
|
||||
futures-util = "0.3.30"
|
||||
image = "0.25.2"
|
||||
futures-lite = "2.6.0"
|
||||
futures-util = "0.3.31"
|
||||
image = "0.25.5"
|
||||
infer = "0.16.0"
|
||||
jxl-oxide = "0.9.0"
|
||||
tokio = { version = "1.40.0", features = ["sync"] }
|
||||
tracing = "0.1.40"
|
||||
jxl-oxide = "0.11.1"
|
||||
tokio = { version = "1.43.0", features = ["sync"] }
|
||||
tracing = "0.1.41"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue