mattrglobal / node-bbs-signatures

An implementation of BBS+ signatures using rust and typescript for node.js
Apache License 2.0
58 stars 27 forks source link

fix: update bbs to 0.4.1 and run cargo update #203

Closed mate-from-mattr closed 2 years ago

mate-from-mattr commented 2 years ago

This should close the remaining vulnerability alert highlighted by Dependabot.

Description

To fix a vulnerability with crossbeam-utils (a transitive dependency of bbs), I updated bbs to v0.4.1 and ran cargo update. This updated various dependencies in Cargo.lock, including crossbeam-utils.

Motivation and Context

Part of routine dependency updates and vulnerability patching.

Does this PR introduce a breaking change?

Which merge strategy will you use?