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

This commit is contained in:
2023-08-25 00:37:07 +00:00
committed by Pierre Hubert
parent 9cd533e721
commit 1cd2a942ec
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.185", features = ["derive"] }
serde = { version = "1.0.186", features = ["derive"] }
serde_json = "1.0.105"
urlencoding = "2.1.3"