Skip to content

Commit

Permalink
chore: bump reqwest to 0.11.20 (#2931)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Oct 2, 2023
1 parent fe92dc0 commit 1f04037
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
32 changes: 10 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 acvm-repo/barretenberg_blackbox_solver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ wasmer = "3.3"
pkg-config = "0.3"
tar = "~0.4.15"
flate2 = "~1.0.1"
reqwest = { version = "0.11.16", default-features = false, features = [
reqwest = { version = "0.11.20", default-features = false, features = [
"rustls-tls",
"blocking",
] }
Expand Down
2 changes: 1 addition & 1 deletion tooling/backend_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tempfile = "3.6.0"
## bb binary downloading
tar = "~0.4.15"
flate2 = "~1.0.1"
reqwest = { version = "0.11.16", default-features = false, features = [
reqwest = { version = "0.11.20", default-features = false, features = [
"rustls-tls",
"blocking",
] }
Expand Down

0 comments on commit 1f04037

Please sign in to comment.