Upgrade Linebender and related dependencies (#3819)

Co-authored-by: Timon <me@timon.zip>
This commit is contained in:
Keavon Chambers
2026-02-25 19:10:57 +00:00
committed by GitHub
co-authored by Timon
parent 8117ddcdb3
commit 82cf8eb369
6 changed files with 410 additions and 481 deletions
+1 -1
View File
@@ -34,6 +34,6 @@ thiserror = "2.0.17"
# Optional dependencies (should be dev dependencies, but Cargo currently doesn't allow optional dev dependencies)
image = { version = "0.25.9", optional = true }
reqwest = { version = "0.12.26", optional = true, features = ["blocking"] }
reqwest = { version = "0.13", optional = true, features = ["blocking"] }
libraw-rs = { version = "0.0.4", optional = true }
rayon = { version = "1.11.0", optional = true }