Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Update Rust crate reqwest to 0.11.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 1e68ab1 commit 60e736f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 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 @@ -12,7 +12,7 @@ lazy_static = "1.4.0"
log = "0.4.20"
prometheus = {version="0.13.3", features = ["process"] }
prometheus-http-query = "0.8.2"
reqwest = {version="0.11.23", features = ["blocking", "json"] }
reqwest = {version="0.11.27", features = ["blocking", "json"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
serde_with = "3.4.0"
Expand Down

0 comments on commit 60e736f

Please sign in to comment.