summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-11-04 09:59:25 +0530
committerDivy Srivastava <dj.srivastava23@gmail.com>2023-11-05 06:40:35 -0800
commit5202f5460db793df198ea2751a5aebeaf67521af (patch)
treeefb3a7845911474524e3d03468dd7f7deb40e56d /Cargo.toml
parent46faf37ec06c19e1163a57157f6a21eaafe9f5d2 (diff)
chore(ext/crypto): upgrade ec crates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8fb29422c..663fdb5e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -137,7 +137,7 @@ serde = { version = "1.0.149", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0.85"
serde_repr = "=0.1.16"
-sha2 = { version = "0.10.6", features = ["oid"] }
+sha2 = { version = "0.10.8", features = ["oid"] }
signature = "=1.6.4"
slab = "0.4"
smallvec = "1.8"