summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-rpcbase/Cargo.toml')
-rw-r--r--crates/tor-rpcbase/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index 7a1043a22..91164cfa6 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.25.0"
+version = "0.26.0"
edition = "2021"
rust-version = "1.77"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -23,8 +23,8 @@ once_cell = "1"
paste = "1"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
-tor-error = { path = "../tor-error/", version = "0.25.0", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.26.0" }
+tor-error = { path = "../tor-error/", version = "0.26.0", features = ["rpc"] }
typetag = "0.2.7"
void = "1"