summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-llcrypto')
-rw-r--r--crates/tor-llcrypto/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 897221c0e..a9572fd6e 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.4.0"
+version = "0.4.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -38,7 +38,7 @@ old_rand_core = { package = "rand_core", version = "0.5.1" }
openssl = { version = "0.10.30", optional = true }
rand_core = "0.6.2"
rsa = "0.8.0"
-safelog = { version = "0.2.0", path = "../safelog" }
+safelog = { version = "0.2.1", path = "../safelog" }
serde = "1.0.103"
sha1 = "0.10.0"
sha2 = "0.10.0"