Bump Cargo.lock to ed25519 1.5.3 to fix CI.

ed25519 1.5.2 has been yanked.
This commit is contained in:
Nick Mathewson 2023-01-16 11:39:35 -05:00
parent 7030cbe460
commit ac3f04fcf5
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1103,9 +1103,9 @@ checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"
[[package]] [[package]]
name = "ed25519" name = "ed25519"
version = "1.5.2" version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369" checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
dependencies = [ dependencies = [
"signature", "signature",
] ]