Skip to content

Commit 0e8fafc

Browse files
build(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 5d79e39 commit 0e8fafc

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pep440_rs = "0"
2828
reqwest = { version = "0.13.2", default-features = false, features = ["json", "rustls"] }
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "1"
31-
sha2 = "0.10"
31+
sha2 = "0.11"
3232
tar = "0.4"
3333
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
3434
toml = "1"

0 commit comments

Comments
 (0)