From 97a269eb6f998fc186e252f5bdd6ed91139e5dcd Mon Sep 17 00:00:00 2001 From: Jordan Santell Date: Wed, 7 Feb 2024 14:39:28 -0800 Subject: [PATCH] chore: Update ed25519-zebra to '4' --- ucan-key-support/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucan-key-support/Cargo.toml b/ucan-key-support/Cargo.toml index e8cbe332..d667920c 100644 --- a/ucan-key-support/Cargo.toml +++ b/ucan-key-support/Cargo.toml @@ -23,7 +23,7 @@ default = [] anyhow = "1.0" async-trait = "0.1" bs58 = "0.5" -ed25519-zebra = "3.1" +ed25519-zebra = "4" log = "0.4" rsa = "0.9" p256 = "0.13"