summaryrefslogtreecommitdiffstats
path: root/vendor/digest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/digest/Cargo.toml')
-rw-r--r--vendor/digest/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/digest/Cargo.toml b/vendor/digest/Cargo.toml
index f9c467cf7..290ba752b 100644
--- a/vendor/digest/Cargo.toml
+++ b/vendor/digest/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "digest"
-version = "0.10.6"
+version = "0.10.7"
authors = ["RustCrypto Developers"]
description = "Traits for cryptographic hash functions and message authentication codes"
documentation = "https://docs.rs/digest"
@@ -52,7 +52,7 @@ optional = true
version = "0.1.3"
[dependencies.subtle]
-version = "=2.4"
+version = "2.4"
optional = true
default-features = false