Update reqwest
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
3f79bba27a
commit
7b75296457
3 changed files with 224 additions and 142 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue