update all cargo crates to the newest version, unify crate versions
This commit is contained in:
@@ -8,7 +8,7 @@ anyhow = { workspace = true }
|
||||
cosmic-text = "0.14.2"
|
||||
etagere = "0.2.15"
|
||||
glam = { workspace = true }
|
||||
image = { version = "0.25.6", default-features = false, features = [
|
||||
image = { version = "0.25.8", default-features = false, features = [
|
||||
"gif",
|
||||
"jpeg",
|
||||
"png",
|
||||
@@ -19,13 +19,13 @@ log = { workspace = true }
|
||||
lru = "0.14.0"
|
||||
ouroboros = "0.18.5"
|
||||
parking_lot = "0.12.4"
|
||||
regex = "1.11.1"
|
||||
regex = "1.11.2"
|
||||
resvg = { version = "0.45.1", default-features = false }
|
||||
roxmltree = "0.20.0"
|
||||
rustc-hash = "2.1.1"
|
||||
serde_json = "1.0.141"
|
||||
serde_json = "1.0.145"
|
||||
slotmap = "1.0.7"
|
||||
smallvec = "1.15.0"
|
||||
taffy = "0.8.1"
|
||||
smallvec = "1.15.1"
|
||||
taffy = "0.9.1"
|
||||
vulkano = { workspace = true }
|
||||
vulkano-shaders = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user