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

This commit is contained in:
2023-10-14 00:08:47 +00:00
parent 50fad5b637
commit 8e5f22be67
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.22", features = ["json"] }
base64 = "0.21.2"
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.105"
urlencoding = "2.1.3"