fix(deps): update rust crate serde_json to 1.0.116
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 12:00:45 +00:00
parent f0e730bfec
commit bd3b0aaeda

View file

@ -24,7 +24,7 @@ http = "1.1"
reqwest = "0.12"
secrecy = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_json = "1.0.116"
serde-xml-rs = "0.6"
thiserror = "1.0"