Skip to content

Commit de7572c

Browse files
build(deps): bump threefish from 0.6.0-rc.0 to 0.6.0-rc.1
Bumps [threefish](https://github.com/RustCrypto/block-ciphers) from 0.6.0-rc.0 to 0.6.0-rc.1. - [Commits](RustCrypto/block-ciphers@threefish-v0.6.0-rc.0...threefish-v0.6.0-rc.1) --- updated-dependencies: - dependency-name: threefish dependency-version: 0.6.0-rc.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81ae18a commit de7572c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skein/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
1616
digest = "0.11.0-rc.9"
17-
threefish = { version = "0.6.0-rc.0", default-features = false }
17+
threefish = { version = "0.6.0-rc.1", default-features = false }
1818

1919
[dev-dependencies]
2020
digest = { version = "0.11.0-rc.9", features = ["dev"] }

0 commit comments

Comments
 (0)