Skip to content

Commit

Permalink
chore(deps): update rust crate reqwest to 0.11.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 3e72175 commit f934dde
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 thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ethers = { version = "2.0.14", optional = true, default-features = false }
ethers-core = "2.0.14"
indoc = { version = "2.0.4", optional = true }
lazy_static = "1.4.0"
reqwest = { version = "0.11.24", optional = true }
reqwest = { version = "0.11.25", optional = true }
serde = "1.0"
serde_cbor_2 = { version = "0.12.0-dev", optional = true }
serde_json = { version = "1.0.114", features = ["raw_value"], optional = true }
Expand Down

0 comments on commit f934dde

Please sign in to comment.