Skip to content

Commit

Permalink
build(deps): bump fluvio-future from 0.6.2 to 0.7.0 (#306)
Browse files Browse the repository at this point in the history
Bumps [fluvio-future](https://github.com/infinyon/future-aio) from 0.6.2 to 0.7.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 8b90355 commit 516d5d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 63 deletions.
65 changes: 4 additions & 61 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 @@ -29,4 +29,4 @@ members = ["nj-build", "nj-cli", "nj-core", "nj-derive", "nj-sys"]
serde_json = "1"
serde = { version = "1", default-features = false }
uuid = { version = "1.8.0" }
fluvio-future = { version = "0.6.2", default-features = false }
fluvio-future = { version = "0.7.0", default-features = false }
2 changes: 1 addition & 1 deletion nj-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Inflector = "0.11.4"
[dev-dependencies]
trybuild = { git = "https://github.com/infinyon/trybuild", branch = "check_option" }
node-bindgen = { path = ".." }
fluvio-future = { version = "0.6.0", features = ["timer"] }
fluvio-future = { version = "0.7.0", features = ["timer"] }

0 comments on commit 516d5d3

Please sign in to comment.