Skip to content

Commit

Permalink
Upgrade reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Mar 28, 2024
1 parent 1f1b3b8 commit 701e364
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 6 deletions.
93 changes: 88 additions & 5 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mime_guess = "2.0.4"
minijinja = { version = "1.0.8" , features = ["loader"] }
once_cell = "1.18.0"
regex = "1.9.5"
reqwest = { version = "0.11.20", features = ["json"] }
reqwest = { version = "0.12.2", features = ["json"] }
sentry = { version = "0.32.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
sentry-tower = { version = "0.32.0", features = ["http", "axum-matched-path"] }
sentry-tracing = "0.32.0"
Expand Down

0 comments on commit 701e364

Please sign in to comment.