summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-rpc-client-core/Cargo.toml')
-rw-r--r--crates/arti-rpc-client-core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml
index 85f6cd7a9..5b0bafe6d 100644
--- a/crates/arti-rpc-client-core/Cargo.toml
+++ b/crates/arti-rpc-client-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpc-client-core"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -31,7 +31,7 @@ void = "1"
rand = "0.8"
rand_chacha = "0.3"
socketpair = "0.19"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
[features]
full = ["ffi", "caret/full"]