Skip to content

Commit 8b2d6c9

Browse files
fix(deps): update rust crate hmac to 0.13 (#350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34c6c08 commit 8b2d6c9

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
@@ -62,7 +62,7 @@ axum = { version = "0.8", optional = true }
6262
tower = { version = "0.5", optional = true }
6363
sha2 = { version = "0.10", optional = true }
6464
subtle = { version = "2.6", optional = true }
65-
hmac = { version = "0.12", optional = true }
65+
hmac = { version = "0.13", optional = true }
6666

6767
[target.'cfg(not(windows))'.dependencies]
6868
signal-hook = { version = "0.4", default-features = false, features = ["extended-siginfo"], optional = true }

0 commit comments

Comments
 (0)