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
@@ -29,7 +29,7 @@ dyn-any-derive = { path = "derive", optional = true }
# Optional dependencies
glam = { version = "0.29", optional = true, default-features = false }
reqwest = { version = "0.12", optional = true, default-features = false }
reqwest = { version = "0.13", optional = true, default-features = false }
[package.metadata.docs.rs]
all-features = true
+1 -1
View File
@@ -35,7 +35,7 @@ smallvec = "1.13.2"
[dev-dependencies]
glob = "0.3"
svg = "0.18"
resvg = "0.44"
resvg = "0.47"
image = "0.25"
# Required dependencies
+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 }