Skip to content

Commit

Permalink
Bump schnorrkel from 0.11.3 to 0.11.4 (#2016)
Browse files Browse the repository at this point in the history
Bumps [schnorrkel](https://github.com/w3f/schnorrkel) from 0.11.3 to 0.11.4.
- [Commits](https://github.com/w3f/schnorrkel/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 003ef68 commit f4a9f3e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 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 crates/env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ blake2 = { workspace = true, optional = true }
secp256k1 = { workspace = true, features = ["recovery", "global-context"], optional = true }

# schnorrkel for the off-chain environment.
schnorrkel = { version = "0.11.2", optional = true }
schnorrkel = { version = "0.11.4", optional = true }

# Only used in the off-chain environment.
#
Expand Down

0 comments on commit f4a9f3e

Please sign in to comment.