Skip to content

Commit

Permalink
Bump fluvio-future from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [fluvio-future](https://github.com/infinyon/future-aio) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/infinyon/future-aio/releases)
- [Changelog](https://github.com/infinyon/future-aio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/infinyon/future-aio/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 33ffa88 commit dff21cc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 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 @@ -17,5 +17,5 @@ bindgen = { version = "0.66.1", default-features = false, features = ["logging",
[dependencies]
log = "^0.4.20"
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.12" }
fluvio-future = { version = "0.5.1", features = ["task", "io"] }
fluvio-future = { version = "0.6.0", features = ["task", "io"] }
anyhow = "1.0.75"

0 comments on commit dff21cc

Please sign in to comment.