Skip to content

Commit b61123f

Browse files
Update schnorrkel requirement from 0.10.2 to 0.11.1 (#1896)
Updates the requirements on [schnorrkel](https://github.com/w3f/schnorrkel) to permit the latest version. - [Commits](https://github.com/w3f/schnorrkel/commits) --- updated-dependencies: - dependency-name: schnorrkel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97a3ff2 commit b61123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/env/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ blake2 = { workspace = true, optional = true }
4444
secp256k1 = { workspace = true, features = ["recovery", "global-context"], optional = true }
4545

4646
# schnorrkel for the off-chain environment.
47-
schnorrkel = { version = "0.10.2", optional = true }
47+
schnorrkel = { version = "0.11.1", optional = true }
4848

4949
# Only used in the off-chain environment.
5050
#

0 commit comments

Comments
 (0)