Skip to content

Commit b63d9da

Browse files
chore(deps): bump hmac from 0.12.1 to 0.13.0 (#185)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.12.1 to 0.13.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RustCrypto/MACs/commit/0236c8eb50098dd7f277a71ab89caaeb1e7314df"><code>0236c8e</code></a> hmac v0.13.0 (<a href="https://redirect.github.com/RustCrypto/MACs/issues/263">#263</a>)</li> <li><a href="https://github.com/RustCrypto/MACs/commit/b895e50c852f58727b2fa6a480c4ec68cf99025f"><code>b895e50</code></a> Migrate tests to the new blobby format (<a href="https://redirect.github.com/RustCrypto/MACs/issues/264">#264</a>)</li> <li><a href="https://github.com/RustCrypto/MACs/commit/3d1440b379457f680c58bc1ec0e2f8714a72df7e"><code>3d1440b</code></a> Workspace-level lint configuration (<a href="https://redirect.github.com/RustCrypto/MACs/issues/261">#261</a>)</li> <li><a href="https://github.com/RustCrypto/MACs/commit/11d4f3624f3dfe95d57cfb8a3173d7071eb5a1b3"><code>11d4f36</code></a> hmac: use release versions of <code>dev-dependencies</code> (<a href="https://redirect.github.com/RustCrypto/MACs/issues/260">#260</a>)</li> <li><a href="https://github.com/RustCrypto/MACs/commit/c40b82b2ac40bc0260d0c35d6a518f97e72411e5"><code>c40b82b</code></a> hmac: bump <code>sha2</code> dev-dependency to v0.11 (<a href="https://redirect.github.com/RustCrypto/MACs/issues/259">#259</a>)</li> <li><a href="https://github.com/RustCrypto/MACs/commit/1fa0781413e3d07d18a9bb622f096754640dee53"><code>1fa0781</code></a> Cut rc.5 prereleases (<a href="https://redirect.github.com/RustCrypto/MACs/issues/258">#258</a>)</li> <li><a href="https://github.com/RustCrypto/MACs/commit/a0082655c09ffe682a10640cbaefb67c8175010e"><code>a008265</code></a> hmac v0.13.0-rc.6 (<a href="https://redirect.github.com/RustCrypto/MACs/issues/256">#256</a>)</li> <li><a href="https://github.com/RustCrypto/MACs/commit/da485cd7baf0b7f5e501f5b42644bf9ddd428c6b"><code>da485cd</code></a> Use <code>(Reset)MacTraits</code> (<a href="https://redirect.github.com/RustCrypto/MACs/issues/254">#254</a>)</li> <li><a href="https://github.com/RustCrypto/MACs/commit/2c51e3b76e6f50c13d85577c3faac7df66e24306"><code>2c51e3b</code></a> hmac: derive <code>Clone</code> instead of relying on <code>(Reset)MacTraits</code> (<a href="https://redirect.github.com/RustCrypto/MACs/issues/253">#253</a>)</li> <li><a href="https://github.com/RustCrypto/MACs/commit/669d805394f5f4d0dc07ded010c0df9a3ab01629"><code>669d805</code></a> Relax <code>Clone</code> bounds (<a href="https://redirect.github.com/RustCrypto/MACs/issues/250">#250</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RustCrypto/MACs/compare/hmac-v0.12.1...hmac-v0.13.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.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 fe4a07c commit b63d9da

2 files changed

Lines changed: 33 additions & 8 deletions

File tree

Cargo.lock

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

crates/bt-presence/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ description = "Read-only consumer of burble's frozen BLE nearby-presence beacon
1010

1111
[dependencies]
1212
sensors = { path = "../sensors" }
13-
hmac = "0.12"
14-
sha2 = "0.11"
13+
hmac = "0.13"
14+
sha2 = "0.10"
1515
subtle = "2.6"
1616
serde = { workspace = true }
1717
thiserror = { workspace = true }

0 commit comments

Comments
 (0)