Skip to content

Commit

Permalink
build(deps): bump futures-lite from 1.13.0 to 2.0.1
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.0.1.
- [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.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and atodorov committed Nov 6, 2023
1 parent 03b6b95 commit c5c76fb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
32 changes: 26 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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ creditcoin-node-rpc = { path = "./rpc" }
creditcoin-node-runtime = { workspace = true }
frame-benchmarking = { features = ["std"], workspace = true }
frame-benchmarking-cli = { workspace = true }
futures-lite = "1.13.0"
futures-lite = "2.0.1"
hex = { workspace = true }
jsonrpc-core = { workspace = true }
log = { workspace = true }
Expand Down

0 comments on commit c5c76fb

Please sign in to comment.