Update Rust crate serde to 1.0.182
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-07 00:25:08 +00:00
parent 07143e7296
commit d7b24779fd
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ license = "GPL-2.0-or-later"
log = "0.4.19"
reqwest = { version = "0.11.18", features = ["json"] }
base64 = "0.21.2"
serde = { version = "1.0.181", features = ["derive"] }
serde = { version = "1.0.182", features = ["derive"] }
serde_json = "1.0.104"
urlencoding = "2.1.3"