Regenerate version bump from previous commit.

This commit was made by reverting the previous commit, then
re-running the script I used to generate it.  In theory there should
be no semantic changes: only changes due to improved formatting from
cargo edit.
This commit is contained in:
Nick Mathewson 2022-05-27 10:18:52 -04:00
parent b232365a75
commit 4326aa1de9
18 changed files with 75 additions and 75 deletions

View File

@ -22,9 +22,9 @@ serde_json = "1.0.50"
tracing = "0.1.18"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
tokio = { version = "1.7", features = ["full"] }
tor-config = { path = "../tor-config", version = "0.4.0"}
tor-config = { path = "../tor-config", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
arti = { path = "../arti", version = "0.4.0"}
arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0"}
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"}
arti = { path = "../arti", version = "0.4.0" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0" }
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
tokio-socks = "0.5"

View File

@ -33,17 +33,17 @@ experimental-api = []
[dependencies]
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.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"}
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" }

View File

@ -25,7 +25,7 @@ experimental-api = []
[dependencies]
anyhow = "1.0.23"
arti-client = { path = "../arti-client", version = "0.4.0"}
arti-client = { path = "../arti-client", version = "0.4.0" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@ -40,7 +40,7 @@ tokio = { package = "tokio", version = "1.7", features = [
thiserror = "1"
tls-api = { version = "0.8" }
tls-api-native-tls = { version = "0.8.0" }
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio"] }
[dev-dependencies]

View File

@ -15,7 +15,7 @@ publish = false
[features]
[dependencies]
arti = { package = "arti", path = "../arti", version = "0.4.0"}
arti = { package = "arti", path = "../arti", version = "0.4.0" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", features = [
"dirfilter",
] }
@ -27,9 +27,9 @@ tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.4.0"
"dangerous-expose-struct-fields",
] }
tor-checkable = { path = "../tor-checkable", version = "0.3.0", features = ["experimental-api"] }
tor-config = { path = "../tor-config", version = "0.4.0"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-config = { path = "../tor-config", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
tor-error = { path = "../tor-error", version = "0.3.1" }
anyhow = "1.0.23"
async-trait = "0.1.2"

View File

@ -24,9 +24,9 @@ journald = ["tracing-journald"]
[dependencies]
safelog = { path = "../safelog", version = "0.1.0" }
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"}
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", default-features = false }
tor-config = { path = "../tor-config", version = "0.4.0"}
tor-config = { path = "../tor-config", version = "0.4.0" }
tor-error = { path = "../tor-error", version = "0.3.1", default-features = false }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", default-features = false }
tor-socksproto = { path = "../tor-socksproto", version = "0.3.0"}

View File

@ -13,7 +13,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1" }
arrayref = "0.3"
bytes = "1"

View File

@ -14,11 +14,11 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
caret = { path = "../caret", version = "0.2.0"}
educe = "0.4.6"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-bytes = { path = "../tor-bytes", version = "0.3.0"}
tor-cert = { path = "../tor-cert", version = "0.3.0"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
arrayref = "0.3"

View File

@ -14,10 +14,10 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
[dependencies]
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
tor-proto = { path = "../tor-proto", version = "0.3.1"}
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
tor-error = { path = "../tor-error", version = "0.3.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
tor-proto = { path = "../tor-proto", version = "0.3.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
@ -34,5 +34,5 @@ thiserror = "1"
float_eq = "0.7"
futures-await-test = "0.3.0"
hex-literal = "0.3"
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }

View File

@ -20,18 +20,18 @@ experimental-api = []
[dependencies]
safelog = { path = "../safelog", version = "0.1.0" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1"}
tor-config = { path = "../tor-config", version = "0.4.0"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1"}
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1" }
tor-config = { path = "../tor-config", version = "0.4.0" }
tor-error = { path = "../tor-error", version = "0.3.1" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1" }
tor-netdir = { path = "../tor-netdir", version = "0.3.0"}
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
tor-proto = { path = "../tor-proto", version = "0.3.1"}
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
tor-proto = { path = "../tor-proto", version = "0.3.1" }
retry-error = { path = "../retry-error", version = "0.2.0"}
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-persist = { path = "../tor-persist", version = "0.4.0"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
tor-persist = { path = "../tor-persist", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
async-trait = "0.1.2"
bounded-vec-deque = "0.1"
@ -53,7 +53,7 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1", features = ["testing"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] }

View File

@ -16,14 +16,14 @@ default = ["expand-paths"]
expand-paths = ["shellexpand", "directories"]
[dependencies]
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-basic-utils = { path="../tor-basic-utils", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1" }
tor-basic-utils = { path="../tor-basic-utils", version = "0.3.1" }
thiserror = "1"
config = { version = "0.13", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
educe = "0.4.6"
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"}
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
itertools = "0.10.1"
once_cell = "1"
paste = "1"

View File

@ -19,13 +19,13 @@ zstd = ["async-compression/zstd"]
routerdesc = []
[dependencies]
tor-circmgr = { path = "../tor-circmgr", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-circmgr = { path = "../tor-circmgr", version = "0.3.1" }
tor-error = { path = "../tor-error", version = "0.3.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-proto = { path = "../tor-proto", version = "0.3.1"}
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
tor-proto = { path = "../tor-proto", version = "0.3.1" }
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
async-compression = { version = "0.3.14", features = ["futures-io", "zlib"] }
base64 = "0.13.0"
@ -41,5 +41,5 @@ thiserror = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }

View File

@ -26,20 +26,20 @@ dirfilter = []
experimental-api = []
[dependencies]
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"}
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
retry-error = { path = "../retry-error", version = "0.2.0"}
tor-checkable = { path = "../tor-checkable", version = "0.3.0"}
tor-circmgr = { path = "../tor-circmgr", version = "0.3.1"}
tor-config = { path = "../tor-config", version = "0.4.0"}
tor-circmgr = { path = "../tor-circmgr", version = "0.3.1" }
tor-config = { path = "../tor-config", version = "0.4.0" }
tor-consdiff = { path = "../tor-consdiff", version = "0.3.0"}
tor-dirclient = { path = "../tor-dirclient", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1"}
tor-dirclient = { path = "../tor-dirclient", version = "0.3.1" }
tor-error = { path = "../tor-error", version = "0.3.1" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1" }
tor-netdir = { path = "../tor-netdir", version = "0.3.0"}
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
async-trait = "0.1.2"
base64 = "0.13.0"
@ -69,5 +69,5 @@ futures-await-test = "0.3.0"
hex-literal = "0.3"
tempfile = "3"
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
float_eq = "0.7"

View File

@ -19,15 +19,15 @@ default = []
testing = []
[dependencies]
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
tor-config = { path = "../tor-config", version = "0.4.0"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
tor-config = { path = "../tor-config", version = "0.4.0" }
tor-error = { path = "../tor-error", version = "0.3.1" }
tor-netdir = { path = "../tor-netdir", version = "0.3.0"}
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.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"}
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" }
tor-units = { path = "../tor-units", version = "0.3.0"}
base64 = "0.13.0"
@ -48,9 +48,9 @@ tracing = "0.1.18"
[dev-dependencies]
tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] }
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
tor-persist = { path = "../tor-persist", version = "0.4.0", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
float_eq = "0.7"

View File

@ -26,8 +26,8 @@ testing = ["hex", "hex-literal", "tor-netdoc/build_docs"]
[dependencies]
tor-checkable = { path = "../tor-checkable", version = "0.3.0"}
tor-config = { path = "../tor-config", version = "0.4.0"}
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
tor-config = { path = "../tor-config", version = "0.4.0" }
tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-protover = { path = "../tor-protover", version = "0.3.0"}

View File

@ -47,7 +47,7 @@ tor-bytes = { path = "../tor-bytes", version = "0.3.0"}
tor-cert = { path = "../tor-cert", version = "0.3.0"}
tor-protover = { path = "../tor-protover", version = "0.3.0"}
tor-checkable = { path = "../tor-checkable", version = "0.3.0"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1" }
base64 = "0.13.0"
bitflags = "1"

View File

@ -23,7 +23,7 @@ serde_json = "1.0.50"
sanitize-filename = "0.4.0"
thiserror = "1"
tracing = "0.1.18"
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
fslock = { version = "0.2.0" }

View File

@ -18,11 +18,11 @@ ntor_v3 = []
tokio = ["tokio-crate", "tokio-util"]
[dependencies]
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-bytes = { path = "../tor-bytes", version = "0.3.0"}
tor-cert = { path = "../tor-cert", version = "0.3.0"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-checkable = { path = "../tor-checkable", version = "0.3.0"}
tor-protover = { path = "../tor-protover", version = "0.3.0"}

View File

@ -14,7 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
caret = { path = "../caret", version = "0.2.0"}
tor-bytes = { path = "../tor-bytes", version = "0.3.0"}
tor-error = { path = "../tor-error", version = "0.3.1"}
tor-error = { path = "../tor-error", version = "0.3.1" }
thiserror = "1"