Update reqwest

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2026-04-05 06:02:25 -04:00
parent 3f79bba27a
commit 7b75296457
3 changed files with 224 additions and 142 deletions

View file

@ -39,7 +39,7 @@ paste = "1"
jobkit = { git = "https://evilpiepirate.org/git/jobkit.git", features = ["daemon", "console"] }
tokio = { version = "1", features = ["full", "tracing"] }
console-subscriber = "0.5"
reqwest = { version = "0.12", features = ["json"] }
reqwest = { version = "0.13", features = ["json"] }
walkdir = "2"
glob = "0.3"
anyhow = "1"