Skip to content

Commit

Permalink
build(deps): bump futures-lite from 2.1.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.1.0 to 2.3.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@v2.1.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and atodorov committed Apr 12, 2024
1 parent 4b233f4 commit b5c6e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 = "2.1.0"
futures-lite = "2.3.0"
hex = { workspace = true }
jsonrpc-core = { workspace = true }
log = { workspace = true }
Expand Down

0 comments on commit b5c6e5d

Please sign in to comment.