fix(deps): update rust crate serde to 1.0.199
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-27 04:30:42 +00:00
parent 6354681ac1
commit 174e8cc0fb

View file

@ -23,7 +23,7 @@ async-trait = "0.1"
http = "1.1"
reqwest = "0.12"
secrecy = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0"
serde-xml-rs = "0.6"
thiserror = "1.0"