Update Rust crate serde to 1.0.187
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-26 00:32:30 +00:00
parent 1cd2a942ec
commit f3a107489b
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ license = "GPL-2.0-or-later"
log = "0.4.20"
reqwest = { version = "0.11.20", features = ["json"] }
base64 = "0.21.2"
serde = { version = "1.0.186", features = ["derive"] }
serde = { version = "1.0.187", features = ["derive"] }
serde_json = "1.0.105"
urlencoding = "2.1.3"