Skip to content

Commit 92163ef

Browse files
build(deps): bump poly1305 from 0.9.0-rc.5 to 0.9.0-rc.6 (#470)
Bumps [poly1305](https://github.com/RustCrypto/universal-hashes) from 0.9.0-rc.5 to 0.9.0-rc.6. - [Commits](RustCrypto/universal-hashes@poly1305-v0.9.0-rc.5...poly1305-v0.9.0-rc.6) --- updated-dependencies: - dependency-name: poly1305 dependency-version: 0.9.0-rc.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5957932 commit 92163ef

2 files changed

Lines changed: 20 additions & 11 deletions

File tree

Cargo.lock

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

ssh-cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cbc = { version = "0.2.0-rc.3", optional = true }
3030
ctr = { version = "0.10.0-rc.3", optional = true, default-features = false }
3131
chacha20 = { version = "0.10.0-rc.10", optional = true, default-features = false, features = ["cipher", "legacy"] }
3232
des = { version = "0.9.0-rc.3", optional = true, default-features = false }
33-
poly1305 = { version = "0.9.0-rc.5", optional = true, default-features = false }
33+
poly1305 = { version = "0.9.0-rc.6", optional = true, default-features = false }
3434
subtle = { version = "2", optional = true, default-features = false }
3535
zeroize = { version = "1", optional = true, default-features = false }
3636

0 commit comments

Comments
 (0)