Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Bump reqwest from 0.9.7 to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Jan 12, 2019
1 parent 1724430 commit f0211c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 132 deletions.
135 changes: 5 additions & 130 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 @@ -38,7 +38,7 @@ nix = "0.12.0"
rand = "0.6.4"
rand_chacha = "0.1.1"
rayon = "1.0.0"
reqwest = "0.9.7"
reqwest = "0.9.8"
ring = "0.13.2"
rocksdb = "0.11.0"
serde = "1.0.84"
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
influx_db_client = "0.3.6"
log = "0.4.2"
reqwest = "0.9.7"
reqwest = "0.9.8"
lazy_static = "1.2.0"
sys-info = "0.5.6"
solana-sdk = { path = "../sdk", version = "0.12.0" }
Expand Down

0 comments on commit f0211c1

Please sign in to comment.