Update Rust crate serde to 1.0.180
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-01 00:16:01 +00:00
parent 93bc50e191
commit a4e060d403
2 changed files with 9 additions and 9 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.178", features = ["derive"] }
serde = { version = "1.0.180", features = ["derive"] }
serde_json = "1.0.104"
urlencoding = "2.1.3"