Commit ed594b5a authored by Ian Jackson's avatar Ian Jackson
Browse files

tor-llcrypto: Pin x25519-dalek version, bump our crate version

Fixes #807
parent d3a727a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4090,7 +4090,7 @@ dependencies = [

[[package]]
name = "tor-llcrypto"
version = "0.4.3"
version = "0.4.4"
dependencies = [
 "aes",
 "arrayref",
+2 −2
Original line number Diff line number Diff line
[package]
name = "tor-llcrypto"
version = "0.4.3"
version = "0.4.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.60"
@@ -49,7 +49,7 @@ simple_asn1 = "0.6"
subtle = "2"
thiserror = "1"
typenum = { version = "1.15.0", optional = true }
x25519-dalek = "2.0.0-pre.1"
x25519-dalek = "=2.0.0-pre.1"
zeroize = "1"

[dev-dependencies]