mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 13:48:11 +08:00
Upgrade Linebender and related dependencies (#3819)
Co-authored-by: Timon <me@timon.zip>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user