Skip to content

Commit

Permalink
Bump smoldot-light from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [smoldot-light](https://github.com/smol-dot/smoldot) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/smol-dot/smoldot/commits)

---
updated-dependencies:
- dependency-name: smoldot-light
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent 88e7b49 commit db1c320
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 5 deletions.
62 changes: 58 additions & 4 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 cumulus/client/relay-chain-rpc-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde_json = "1.0.110"
serde = "1.0.194"
schnellru = "0.2.1"
smoldot = { version = "0.11.0", default_features = false, features = ["std"] }
smoldot-light = { version = "0.9.0", default_features = false, features = ["std"] }
smoldot-light = { version = "0.10.0", default_features = false, features = ["std"] }
either = "1.8.1"
thiserror = "1.0.48"
rand = "0.8.5"
Expand Down

0 comments on commit db1c320

Please sign in to comment.