Skip to content

Commit

Permalink
chore(deps): bump pollster from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [pollster](https://github.com/zesterer/pollster) from 0.3.0 to 0.4.0.
- [Changelog](https://github.com/zesterer/pollster/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zesterer/pollster/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent fbce798 commit cad425a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ winter-prover = { package = "winter-prover", version = "0.9", default-features =
[target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies]
elsa = { version = "1.9", optional = true }
miden-gpu = { version = "0.2", optional = true }
pollster = { version = "0.3", optional = true }
pollster = { version = "0.4", optional = true }

0 comments on commit cad425a

Please sign in to comment.