aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2021-05-18 12:28:09 -0400
committerJack O'Connor <[email protected]>2021-05-18 12:28:09 -0400
commitaa52ce3a4b211292ab2b59d0cb9bd4272d466eec (patch)
treebe5706e159fb88a8ef9acb4289d16605aa91f201
parent7cd208afcf91f69b786549a4bed77371a7b9cc2d (diff)
upgrade crypto-mac to 0.11.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 316cd09..9d21b26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"