Skip to content

Commit

Permalink
Bump cipher from 0.3.0 to 0.4.4
Browse files Browse the repository at this point in the history
Bumps [cipher](https://github.com/RustCrypto/traits) from 0.3.0 to 0.4.4.
- [Commits](RustCrypto/traits@cipher-v0.3.0...cipher-v0.4.4)

---
updated-dependencies:
- dependency-name: cipher
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent b3fd0f3 commit 7c5eb25
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
35 changes: 32 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rand = "0.8"
sha1 = "0.10"
aes = "0.7"
cfb8 = "0.7"
cipher = { version = "0.3", features = ["std"] }
cipher = { version = "0.4", features = ["std"] }

# Funny handshake libraries
num-bigint = "0.4"
Expand Down

0 comments on commit 7c5eb25

Please sign in to comment.