Skip to content

Commit d9a8ab8

Browse files
authored
Merge pull request #33 from kernelci/dependabot/cargo/hmac-0.13.0
build(deps): update hmac requirement from 0.12.1 to 0.13.0
2 parents 2311a10 + 3d6d696 commit d9a8ab8

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
@@ -19,7 +19,7 @@ futures = "0.3.31"
1919
futures-util = "0.3.31"
2020
headers = "0.4.0"
2121
hex = "0.4.3"
22-
hmac = "0.12.1"
22+
hmac = "0.13.0"
2323
http-body-util = "0.1.2"
2424
jwt = "0.16.0"
2525
rand = "0.8.5"
@@ -39,7 +39,7 @@ tracing-subscriber = "0.3.19"
3939

4040
[dev-dependencies]
4141
reqwest = { version = "0.12.9", features = ["blocking", "multipart"] }
42-
hmac = "0.12.1"
42+
hmac = "0.13.0"
4343
jwt = "0.16.0"
4444
sha2 = "0.10.8"
4545
tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros", "time", "process"] }

0 commit comments

Comments
 (0)