Update Rust crate serde to 1.0.183
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-08 00:25:55 +00:00
parent d7b24779fd
commit 7c56279e54
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.182", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
urlencoding = "2.1.3"