Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12.0 (#178)
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 Jul 7, 2024
1 parent ea4adcd commit deedf33
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 19 deletions.
57 changes: 39 additions & 18 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 @@ -14,7 +14,7 @@ init-tracing-opentelemetry = { version = "0.16.0", features = [
"otlp",
"tracing_subscriber_ext",
] }
reqwest = { version = "0.11.24", features = ["json"] }
reqwest = { version = "0.12.0", features = ["json"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
tokio = { version = "1.35.1", features = ["full", "tracing"] }
Expand Down

0 comments on commit deedf33

Please sign in to comment.