Skip to content

Commit a852191

Browse files
chore(deps): bump sha2 from 0.10.9 to 0.11.0
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63db446 commit a852191

2 files changed

Lines changed: 53 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 52 additions & 8 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Read-only consumer of burble's frozen BLE nearby-presence beacon
1111
[dependencies]
1212
sensors = { path = "../sensors" }
1313
hmac = "0.12"
14-
sha2 = "0.10"
14+
sha2 = "0.11"
1515
subtle = "2.6"
1616
serde = { workspace = true }
1717
thiserror = { workspace = true }

0 commit comments

Comments
 (0)