summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-rtcompat/Cargo.toml')
-rw-r--r--crates/tor-rtcompat/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index 2c235fa39..b14df1641 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.22.0"
+version = "0.23.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -62,7 +62,7 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true, features =
"time",
] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-error = { version = "0.22.0", path = "../tor-error" }
+tor-error = { version = "0.23.0", path = "../tor-error" }
tracing = "0.1.36"
void = "1"
x509-signature = { version = "0.5.0", optional = true }