Skip to content

Commit 6d9caa4

Browse files
build(deps): update sha2 requirement from 0.10.8 to 0.11.0
Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](RustCrypto/hashes@streebog-v0.11.0-pre.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2311a10 commit 6d9caa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rand = "0.8.5"
2626
reqwest = { version = "0.12.9", features = ["blocking"] }
2727
rustls = "0.23.20"
2828
serde = { version = "1.0.216", features = ["derive"] }
29-
sha2 = "0.10.8"
29+
sha2 = "0.11.0"
3030
sysinfo = { version = "0.35.2", features = ["serde"] }
3131
tempfile = "3.14.0"
3232
tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros"] }
@@ -41,6 +41,6 @@ tracing-subscriber = "0.3.19"
4141
reqwest = { version = "0.12.9", features = ["blocking", "multipart"] }
4242
hmac = "0.12.1"
4343
jwt = "0.16.0"
44-
sha2 = "0.10.8"
44+
sha2 = "0.11.0"
4545
tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros", "time", "process"] }
4646
tempfile = "3.14.0"

0 commit comments

Comments
 (0)