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

This commit is contained in:
2024-03-23 00:26:36 +00:00
parent adaf329a23
commit 83f2f3ccd1
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ license = "GPL-2.0-or-later"
[dependencies]
log = "0.4.20"
reqwest = { version = "0.12.0", features = ["json"] }
reqwest = { version = "0.12.1", features = ["json"] }
base64 = "0.21.2"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.105"