Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hmac from 0.9.0 to 0.10.1 #660

Merged
merged 1 commit into from
Dec 24, 2020
Merged

Conversation

kylefleming
Copy link
Contributor

Bumps hmac from 0.9.0 to 0.10.1.

Commits

@kylefleming kylefleming added dependencies Pull requests that update a dependency file rust-update Area: rust updates labels Dec 16, 2020
Copy link
Contributor

@cbeck88 cbeck88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it appears the only substantive change is they bumpbed cryptomac dependency from 0.9 to 0.10

@kylefleming
Copy link
Contributor Author

I believe the change in crypto-mac is just a reogranization, not a rewrite. If so, then I think this update should be innocuous.

crypto-mac v0.10.0 (RustCrypto/traits#339):

Changed

  • Replace block-cipher crate with new cipher crate (#337, #338)

PR #337 (RustCrypto/traits#337 (comment)):

This commit unifies the existing block-cipher and stream-cipher crates into the cipher crate, placing their code under the cipher::block and cipher::stream modules respectively.

Ideally this means the crate is a drop-in replacement, and all end users need to do is s/block_cipher/cipher::block/ and
s/stream_cipher/cipher::stream to upgrade.

@kylefleming kylefleming merged commit d61261d into master Dec 24, 2020
@kylefleming kylefleming deleted the dependabot/cargo/hmac-0.10.1 branch December 24, 2020 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust-update Area: rust updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants