Skip to content

Commit

Permalink
build(deps): bump futures-lite from 1.13.0 to 2.1.0 (#288)
Browse files Browse the repository at this point in the history
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 1.13.0 to 2.1.0.
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](smol-rs/futures-lite@v1.13.0...v2.1.0)

---
updated-dependencies:
- dependency-name: futures-lite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 6, 2024
1 parent cb2b653 commit 6895828
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
31 changes: 23 additions & 8 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 nj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ctor = "0.2.4"
libc = "0.2.66"
inventory = "0.1.5"
async-trait = "0.1.22"
futures-lite = "1.7.0"
futures-lite = "2.0.0"
nj-sys = { version = "4.0.0", path = "../nj-sys" }
fluvio-future = { version = "0.6.0", default-features=false, features=["task","subscriber"]}
pin-utils = "0.1.0"
Expand Down

0 comments on commit 6895828

Please sign in to comment.