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

Commit

Permalink
build(deps): bump reqwest from 0.11.20 to 0.11.22 (#1174)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oak <[email protected]>
  • Loading branch information
dependabot[bot] and d-roak authored Oct 10, 2023
1 parent 407e857 commit 7364b5c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
45 changes: 23 additions & 22 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 @@ -189,7 +189,7 @@ clap = { version = "4.4.2", default-features = false }
futures = { version = "0.3.28", default-features = false }
futures-timer = { version = "3.0.2", default-features = false }
md5 = { version = "0.7.0", default-features = false }
reqwest = { version = "0.11.20", default-features = false }
reqwest = { version = "0.11.22", default-features = false }
serde = { version = "1.0.188", default-features = false }
serde_json = { version = "1.0.107", default-features = false }
serde_with = { version = "2.3.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion starknet-rpc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ assert_matches = "1.5.0"
derive_more = "0.99.17"
flate2 = { workspace = true }
lazy_static = "1.4.0"
reqwest = "0.11.18"
reqwest = "0.11.22"
rstest = "0.18.1"
serde = { version = "1.0.179", features = ["derive"] }
serde_json = "1.0.107"
Expand Down

0 comments on commit 7364b5c

Please sign in to comment.