Skip to content

Commit bb6ea15

Browse files
chore(deps): bump hmac from 0.12.1 to 0.13.0 in /bots/rhodibot (#29)
Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.12.1 to 0.13.0. - [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent c8fa2bd commit bb6ea15

2 files changed

Lines changed: 32 additions & 7 deletions

File tree

bots/rhodibot/Cargo.lock

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

bots/rhodibot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ serde_json = "1"
3131
toml = "0.8"
3232

3333
# Crypto for webhook verification
34-
hmac = "0.12"
35-
sha2 = "0.11"
34+
hmac = "0.13"
35+
sha2 = "0.10"
3636
hex = "0.4"
3737

3838
# Logging

0 commit comments

Comments
 (0)