diff options
| author | Jack O'Connor <[email protected]> | 2021-05-18 12:28:09 -0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2021-05-18 12:28:09 -0400 |
| commit | aa52ce3a4b211292ab2b59d0cb9bd4272d466eec (patch) | |
| tree | be5706e159fb88a8ef9acb4289d16605aa91f201 | |
| parent | 7cd208afcf91f69b786549a4bed77371a7b9cc2d (diff) | |
upgrade crypto-mac to 0.11.0
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ constant_time_eq = "0.1.5" rayon = { version = "1.2.1", optional = true } cfg-if = "1.0.0" digest = { version = "0.9.0", optional = true } -crypto-mac = { version = "0.10.0", optional = true } +crypto-mac = { version = "0.11.0", optional = true } [dev-dependencies] hex = "0.4.2" |
