Skip to content

Commit

Permalink
Bump schnorrkel from 0.9.1 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [schnorrkel](https://github.com/w3f/schnorrkel) from 0.9.1 to 0.10.2.
- [Release notes](https://github.com/w3f/schnorrkel/releases)
- [Commits](https://github.com/w3f/schnorrkel/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2022
1 parent a7741c1 commit ad88947
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 17 deletions.
85 changes: 71 additions & 14 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/core/approval-voting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gum = { package = "tracing-gum", path = "../../gum" }
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
lru = "0.7"
merlin = "2.0"
schnorrkel = "0.9.1"
schnorrkel = "0.10.2"
kvdb = "0.11.0"
derive_more = "0.99.17"
thiserror = "1.0.31"
Expand Down
2 changes: 1 addition & 1 deletion node/network/approval-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }

assert_matches = "1.4.0"
schnorrkel = { version = "0.9.1", default-features = false }
schnorrkel = { version = "0.10.2", default-features = false }
rand_core = "0.5.1" # should match schnorrkel
rand_chacha = "0.3.1"
env_logger = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion node/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch =
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-parachain = { path = "../../parachain", default-features = false }
schnorrkel = "0.9.1"
schnorrkel = "0.10.2"
thiserror = "1.0.31"
serde = { version = "1.0.137", features = ["derive"] }

Expand Down

0 comments on commit ad88947

Please sign in to comment.