Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 76dac02 commit b06dd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ urlparse = "0.7.3"
worker = "0.0.9"

# Web
reqwest = { version = "0.11.10", features = ["json"] }
reqwest = { version = "0.11.23", features = ["json"] }

# Allocator
wee_alloc = "0.4.5"
Expand Down

0 comments on commit b06dd43

Please sign in to comment.