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

This commit is contained in:
2024-04-17 00:11:00 +00:00
parent 042ac0e1c3
commit f59bb40ce2
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ license = "GPL-2.0-or-later"
log = "0.4.21"
reqwest = { version = "0.12.3", features = ["json"] }
base64 = "0.22.0"
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.115"
urlencoding = "2.1.3"