Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
relax regex and zeroize dependencies
These dependencies were bumped without comment or other code change in ff4beaf. This reverts that part of that commit. "cargo build" and "cargo test" still both pass. Neither upstream change was necessary to make the package build or test correctly, from what i can see, and there was no backward-incompatible API change (the versions are semver-compatible). There is nothing wrong with raising a dependency when it's needed, but raising a dependency above the necessary base version makes it harder to build against older installations.
- Loading branch information