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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 7, 2024
1 parent 204fe7f commit ecf5928
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.111"
serde = "1.0.195"
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 ecf5928

Please sign in to comment.