Skip to content

Commit

Permalink
build(deps): bump ic-agent from 0.31.0 to 0.32.0
Browse files Browse the repository at this point in the history
Bumps [ic-agent](https://github.com/dfinity/agent-rs) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/dfinity/agent-rs/releases)
- [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-rs/commits)

---
updated-dependencies:
- dependency-name: ic-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 21e4cd8 commit b5d2953
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -26,7 +26,7 @@ tracing = { version = "0.1.37", optional = true }
http = "0.2.8"
serde = { version = "1.0.193", features = ["derive"] }
candid = "0.10.1"
ic-agent = { version = "0.31.0", default-features = false, features = ["pem", "reqwest"] }
ic-agent = { version = "0.32.0", default-features = false, features = ["pem", "reqwest"] }
serde-wasm-bindgen = { version = "0.6.3" }
futures = "0.3.30"
leptos-use = "0.9.0"
Expand Down

0 comments on commit b5d2953

Please sign in to comment.