Skip to content

Commit

Permalink
chore: bump reqwest version (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
stedfn authored May 8, 2024
1 parent e20210b commit 6ebdacc
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Function `Agent::fetch_api_boundary_nodes()` is split into two functions: `fetch_api_boundary_nodes_by_canister_id()` and `fetch_api_boundary_nodes_by_subnet_id()`.
* `ReqwestTransport` and `HyperTransport` structures storing the trait object `route_provider: Box<dyn RouteProvider>` have been modified to allow for shared ownership via `Arc<dyn RouteProvider>`.
* Added `wasm_memory_limit` to canister creation and canister setting update options.
* Bumped Reqwest version from `0.11.7` to `0.12.4`

## [0.34.0] - 2024-03-18

Expand Down
66 changes: 62 additions & 4 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 ic-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ features = ["client", "http2", "http1"]
optional = true

[dependencies.reqwest]
version = "0.11.7"
version = "0.12.4"
default-features = false
features = ["blocking", "json", "rustls-tls-webpki-roots", "stream"]
optional = true
Expand Down

0 comments on commit 6ebdacc

Please sign in to comment.