summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-rpc-client-core')
-rw-r--r--crates/arti-rpc-client-core/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml
index 699b5d662..89473863d 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.22.0"
+version = "0.23.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -18,7 +18,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
c_str_macro = { version = "1", optional = true }
-caret = { path = "../caret", version = "0.4.5" }
+caret = { path = "../caret", version = "0.5.0" }
cfg-if = "1.0.0"
derive_more = { version = "1.0.0", features = ["full"] }
educe = "0.4.6"
@@ -26,7 +26,7 @@ paste = { version = "1", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.104"
thiserror = "1"
-tor-socksproto = { path = "../tor-socksproto", version = "0.22.0", default-features = false, features = [
+tor-socksproto = { path = "../tor-socksproto", version = "0.23.0", default-features = false, features = [
"client-handshake",
] }
void = "1"
@@ -35,7 +35,7 @@ void = "1"
rand = "0.8"
rand_chacha = "0.3"
socketpair = "0.19"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.23.0" }
[features]
full = ["ffi", "caret/full", "tor-socksproto/full"]