fix(deps): update rust crate thiserror to 1.0.59
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2024-04-25 13:00:47 +00:00
parent f0e730bfec
commit 762da28b70

View file

@ -26,7 +26,7 @@ secrecy = "0.8"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
serde-xml-rs = "0.6" serde-xml-rs = "0.6"
thiserror = "1.0" thiserror = "1.0.59"
# fs # fs
tempfile = "3.10" tempfile = "3.10"