summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-12 09:10:58 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-12 09:10:58 +0200
commit5dd923402e07578a0002884ac14044fe8762f8b0 (patch)
treeae76a80eacd961b5d8919e2771f3765ffa95c8be /wgpu/Cargo.toml
parent6502cf1111380c66f96bf5677425a902c4662ef5 (diff)
downloadiced-5dd923402e07578a0002884ac14044fe8762f8b0.tar.gz
iced-5dd923402e07578a0002884ac14044fe8762f8b0.tar.bz2
iced-5dd923402e07578a0002884ac14044fe8762f8b0.zip
Update `resvg` dependency to `0.35`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index ecec7d02..22cfad55 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -55,7 +55,7 @@ version = "1.0"
optional = true
[dependencies.resvg]
-version = "0.34"
+version = "0.35"
optional = true
[dependencies.tracing]