Skip to content

Commit

Permalink
chore(deps): bump fluvio from v0.11.11 to v0.12.0 (#221)
Browse files Browse the repository at this point in the history
Bumps [fluvio](https://github.com/infinyon/fluvio) from v0.11.11 to v0.12.0.
- [Release notes](https://github.com/infinyon/fluvio/releases)
- [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md)
- [Commits](infinyon/fluvio@98cfc21...bc5b4ea)

---
updated-dependencies:
- dependency-name: fluvio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent c927fa7 commit f6c8683
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 38 deletions.
98 changes: 61 additions & 37 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 @@ -16,6 +16,6 @@ bindgen = { version = "0.70.1", default-features = false, features = ["logging",

[dependencies]
log = "^0.4.22"
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.11" }
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.12.0" }
fluvio-future = { version = "0.7.0", features = ["task", "io"] }
anyhow = "1.0.88"

0 comments on commit f6c8683

Please sign in to comment.