summaryrefslogtreecommitdiff
path: root/crates/arti-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-client/Cargo.toml')
-rw-r--r--crates/arti-client/Cargo.toml28
1 files changed, 14 insertions, 14 deletions
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index 221617812..66ea063ac 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.3.0"
+version = "0.4.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.56"
@@ -31,19 +31,19 @@ error_detail = []
experimental-api = []
[dependencies]
-fs-mistrust = { path = "../fs-mistrust", version = "0.1.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.2.0", features = ["serde"] }
safelog = { path = "../safelog", version = "0.1.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.0"}
-tor-circmgr = { path = "../tor-circmgr", version = "0.3.0"}
-tor-config = { path = "../tor-config", version = "0.3.0"}
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.0"}
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.3.0"}
-tor-error = { path = "../tor-error", version = "0.3.0"}
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.0"}
-tor-netdoc = { path = "../tor-netdoc", version = "0.3.0"}
-tor-persist = { path = "../tor-persist", version = "0.3.0"}
-tor-proto = { path = "../tor-proto", version = "0.3.0"}
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0"}
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
+tor-circmgr = { path = "../tor-circmgr", version = "0.3.1"}
+tor-config = { path = "../tor-config", version = "0.4.0"}
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1"}
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.4.0"}
+tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1"}
+tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
+tor-persist = { path = "../tor-persist", version = "0.4.0"}
+tor-proto = { path = "../tor-proto", version = "0.3.1"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
humantime-serde = "1.1.1"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
@@ -58,7 +58,7 @@ thiserror = "1"
pin-project = "1"
[dev-dependencies]
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
tokio-crate = { package = "tokio", version = "1.7", features = [
"rt",
"rt-multi-thread",