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

RUSTSEC-2020-0057: crate has been renamed to cipher #1680

Closed
github-actions bot opened this issue Oct 26, 2020 · 2 comments · Fixed by #1690
Closed

RUSTSEC-2020-0057: crate has been renamed to cipher #1680

github-actions bot opened this issue Oct 26, 2020 · 2 comments · Fixed by #1690
Assignees

Comments

@github-actions
Copy link

crate has been renamed to cipher

Details
Status unmaintained
Package block-cipher
Version 0.8.0
URL RustCrypto/traits#337
Date 2020-10-15

This crate has been renamed from block-cipher to cipher.

The new repository location is at:

<https://github.com/RustCrypto/traits/tree/master/cipher>

See advisory page for additional details.

@tmpolaczyk
Copy link
Contributor

Output of cargo tree:

│   ├── witnet_crypto v0.3.2
│   │   ├── aes v0.5.0
│   │   │   ├── aes-soft v0.5.0
│   │   │   │   ├── block-cipher v0.8.0
│   │   │   │   │   └── generic-array v0.14.3
│   │   │   │   │       └── typenum v1.11.2
│   │   │   │   │       [build-dependencies]
│   │   │   │   │       └── version_check v0.9.1
│   │   │   │   ├── byteorder v1.3.4
│   │   │   │   └── opaque-debug v0.3.0
│   │   │   └── block-cipher v0.8.0 (*)
│   │   ├── bech32 v0.7.2
│   │   ├── block-modes v0.6.1
│   │   │   ├── block-cipher v0.8.0 (*)
│   │   │   └── block-padding v0.2.1

Updating aes and block-modes in crypto/Cargo.toml should be enough

@drcpu-github
Copy link
Collaborator

That's just laughing a bit with it no? I knew I had seen this before and updated it: #1290 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants