Skip to content

Commit 8774eb3

Browse files
fix(deps): update rust crate sha2 to 0.11 (#349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b2d6c9 commit 8774eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ hyper-rustls = { version = "0.27", features = ["http2", "native-tokio"], default
6060
tokio-tungstenite = { version = "0.29.0", features = [], optional = true }
6161
axum = { version = "0.8", optional = true }
6262
tower = { version = "0.5", optional = true }
63-
sha2 = { version = "0.10", optional = true }
63+
sha2 = { version = "0.11", optional = true }
6464
subtle = { version = "2.6", optional = true }
6565
hmac = { version = "0.13", optional = true }
6666

0 commit comments

Comments
 (0)