chore(deps): update rust crate usvg to 0.43.0
Some checks failed
renovate/artifacts Artifact file update failure
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
lint/clippy Checking for common mistakes and opportunities for code improvement

This commit is contained in:
Renovate (Bot) 2024-08-21 13:32:28 +00:00
parent b3463ffb46
commit 6eada3c430
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

View file

@ -56,7 +56,7 @@ tokio-stream = { version = "0.1.12", features = ["fs", "io-util"] }
tracing = { version = "0.1.37", features = ["async-await"] }
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
usvg = "0.25.0"
usvg = "0.43.0"
zip = { version = "2.1.3", default-features = false, features = ["deflate", "bzip2", "zstd", "time"] }
[profile.dev.package.backtrace]