Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12.0 (#373)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent 9c763d0 commit 88df871
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 25 deletions.
183 changes: 159 additions & 24 deletions libs/simplygo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/simplygo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
[dependencies]
chrono = { version = "0.4.26", features = ["serde", "std"] }
chrono-tz = "0.9.0"
reqwest = { version = "0.11.18", features = ["blocking", "multipart"] }
reqwest = { version = "0.12.0", features = ["blocking", "multipart"] }
scraper = "0.15.0"
serde = { version = "1.0.164", features = ["derive"] }
regex = "1.7.3"
Expand Down

0 comments on commit 88df871

Please sign in to comment.