-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta: relax crypto dependency's semver
Pinning crypto libraries in this library makes it hard to manage dependencies in the binary consumer side that relies on this lib. For these reasons it is recommended in Rust idiomatic way to manage the dependency bumps via Cargo.lock in the binary side instead as part of regular maintenance chores. This change both bumps up the crypto to now required mininum versions and makes it flexible to bump up the crypto via binaries that uses the lock file to manage dependency version bumps. Signed-off-by: pinkforest <[email protected]>
- Loading branch information
1 parent
b44902c
commit 9cbaac5
Showing
3 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters