Skip to content

Commit

Permalink
chore(deps): update rust crate reqwest to 0.11.26 (#459)
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 Mar 12, 2024
1 parent 2971258 commit 90f15b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -51,7 +51,7 @@ pbjson-types = "0.6.0"
prometheus = "0.13.3"
prost = "0.12.3"
rand = "0.8.5"
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls-native-roots"] }
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls-native-roots"] }
schemars = { version = "0.8.16", features = ["chrono"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
Expand Down

0 comments on commit 90f15b5

Please sign in to comment.