Skip to content

Commit edbc5d8

Browse files
committed
Update dependencies
1 parent fb58b5d commit edbc5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ thiserror = "2"
5151
reqwest = {version = "0.12", optional = true, default-features = false }
5252
gltf = { version = "1", optional = true, features=["KHR_materials_ior", "KHR_materials_transmission"] }
5353
wavefront_obj = { version = "11.0", optional = true }
54-
stl_io = { version = "0.8", optional = true }
54+
stl_io = { version = "0.10", optional = true }
5555
image = { version = "0.25", optional = true, default-features = false}
56-
resvg = { version = "0.44", optional = true }
56+
resvg = { version = "0.47", optional = true }
5757
pcd-rs = { version = "0.12", optional = true, features = ["derive"] }
5858
data-url = {version = "0.3", optional = true }
5959
serde = {version= "1", optional = true, features = ["derive", "rc"] }

0 commit comments

Comments
 (0)