Skip to content
Snippets Groups Projects
Commit 01d99373 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Bump the patch version of every crate that changed since 0.0.3

parent d3039d80
No related branches found
No related tags found
No related merge requests found
Showing with 81 additions and 81 deletions
......@@ -61,7 +61,7 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "arti"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"anyhow",
"arti-client",
......@@ -87,7 +87,7 @@ dependencies = [
[[package]]
name = "arti-bench"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"anyhow",
"arti-client",
......@@ -107,7 +107,7 @@ dependencies = [
[[package]]
name = "arti-client"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"anyhow",
"derive_builder",
......@@ -135,7 +135,7 @@ dependencies = [
[[package]]
name = "arti-config"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"arti-client",
"config",
......@@ -2696,7 +2696,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"async-trait",
"derive_more",
......@@ -2725,7 +2725,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"async-trait",
"bounded-vec-deque",
......@@ -2757,7 +2757,7 @@ dependencies = [
[[package]]
name = "tor-config"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"derive_builder",
"directories",
......@@ -2782,7 +2782,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"async-compression",
"base64",
......@@ -2805,7 +2805,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"async-trait",
"base64",
......@@ -2858,7 +2858,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"derive_builder",
"futures",
......@@ -2950,7 +2950,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"base64",
"bitflags",
......@@ -2986,7 +2986,7 @@ dependencies = [
[[package]]
name = "tor-proto"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"arrayref",
"asynchronous-codec",
......@@ -3029,7 +3029,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"async-io",
"async-native-tls",
......@@ -3048,7 +3048,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"async-trait",
"futures",
......
[package]
name = "arti-bench"
version = "0.0.3"
version = "0.0.4"
edition = "2018"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
license = "MIT OR Apache-2.0"
......@@ -21,7 +21,7 @@ serde_json = "1.0.50"
tracing = "0.1.18"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
tokio = { version = "1.4", features = ["full"] }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features = ["tokio", "native-tls"] }
arti-config = { path="../arti-config", version = "0.0.3"}
arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features = ["tokio", "native-tls"] }
arti-config = { path="../arti-config", version = "0.0.4"}
arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4"}
tokio-socks = "0.5"
[package]
name = "arti-client"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -25,13 +25,13 @@ static = [ "tor-rtcompat/static", "tor-dirmgr/static" ]
experimental-api = []
[dependencies]
tor-circmgr = { path="../tor-circmgr", version = "0.0.3"}
tor-config = { path="../tor-config", version = "0.0.3"}
tor-chanmgr = { path="../tor-chanmgr", version = "0.0.3"}
tor-dirmgr = { path="../tor-dirmgr", version = "0.0.3"}
tor-circmgr = { path="../tor-circmgr", version = "0.0.4"}
tor-config = { path="../tor-config", version = "0.0.4"}
tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"}
tor-dirmgr = { path="../tor-dirmgr", version = "0.0.4"}
tor-persist = { path="../tor-persist", version = "0.0.3"}
tor-proto = { path="../tor-proto", version = "0.0.3"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"}
tor-proto = { path="../tor-proto", version = "0.0.4"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"}
humantime-serde = "1"
derive_builder = "0.10"
......@@ -44,7 +44,7 @@ serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
[dev-dependencies]
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls" ] }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] }
tokio-crate = { package = "tokio", version = "1.4", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] }
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
......
[package]
name = "arti-config"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -11,9 +11,9 @@ categories = [ "config" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3"}
tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.0.3"}
tor-config = { package="tor-config", path = "../tor-config", version = "0.0.3", features = ["expand-paths"]}
arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4"}
tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.0.4"}
tor-config = { package="tor-config", path = "../tor-config", version = "0.0.4", features = ["expand-paths"]}
config = { version = "0.11.0", default-features = false, features = ["toml"] }
once_cell = "1"
serde = { version = "1.0.103", features = ["derive"] }
......
[package]
name = "arti"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -20,10 +20,10 @@ static = [ "arti-client/static" ]
journald = [ "tracing-journald" ]
[dependencies]
arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3", default-features=false}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", default-features=false }
arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4", default-features=false}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", default-features=false }
tor-socksproto = { path="../tor-socksproto", version = "0.0.3"}
arti-config = { path="../arti-config", version = "0.0.3"}
arti-config = { path="../arti-config", version = "0.0.4"}
anyhow = "1.0.5"
async-ctrlc = { version = "1.2.0", optional = true }
......
[package]
name = "tor-chanmgr"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -13,8 +13,8 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
[dependencies]
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"}
tor-proto = { path="../tor-proto", version = "0.0.3"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"}
tor-proto = { path="../tor-proto", version = "0.0.4"}
tor-linkspec = { path="../tor-linkspec", version = "0.0.3"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
......@@ -29,5 +29,5 @@ thiserror = "1"
float_eq = "0.7"
futures-await-test = "0.3.0"
hex-literal = "0.3"
tor-rtmock = { path="../tor-rtmock", version = "0.0.3"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls"] }
tor-rtmock = { path="../tor-rtmock", version = "0.0.4"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"] }
[package]
name = "tor-circmgr"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -18,16 +18,16 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/"
experimental-api = []
[dependencies]
tor-chanmgr = { path="../tor-chanmgr", version = "0.0.3"}
tor-config = { path="../tor-config", version = "0.0.3"}
tor-guardmgr = { path="../tor-guardmgr", version = "0.0.3"}
tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"}
tor-config = { path="../tor-config", version = "0.0.4"}
tor-guardmgr = { path="../tor-guardmgr", version = "0.0.4"}
tor-netdir = { path="../tor-netdir", version = "0.0.3"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.3"}
tor-proto = { path="../tor-proto", version = "0.0.3"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.4"}
tor-proto = { path="../tor-proto", version = "0.0.4"}
retry-error = { path="../retry-error", version = "0.0.3"}
tor-linkspec = { path="../tor-linkspec", version = "0.0.3"}
tor-persist = { path="../tor-persist", version = "0.0.3"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"}
async-trait = "0.1.2"
bounded-vec-deque = "0.1"
......@@ -45,9 +45,9 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
tor-rtmock = { path="../tor-rtmock", version = "0.0.3"}
tor-guardmgr = { path="../tor-guardmgr", version = "0.0.3", features=["testing"]}
tor-rtmock = { path="../tor-rtmock", version = "0.0.4"}
tor-guardmgr = { path="../tor-guardmgr", version = "0.0.4", features=["testing"]}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
tor-netdir = { path="../tor-netdir", version = "0.0.3", features=["testing"] }
tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"] }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls" ] }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] }
[package]
name = "tor-config"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......
[package]
name = "tor-dirclient"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -18,11 +18,11 @@ zstd = ["async-compression/zstd"]
routerdesc = []
[dependencies]
tor-circmgr = { path="../tor-circmgr", version = "0.0.3"}
tor-circmgr = { path="../tor-circmgr", version = "0.0.4"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
tor-proto = { path="../tor-proto", version = "0.0.3"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.3"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"}
tor-proto = { path="../tor-proto", version = "0.0.4"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.4"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"}
async-compression = { version = "0.3.5", features = ["futures-io", "zlib"] }
base64 = "0.13.0"
......@@ -37,6 +37,6 @@ thiserror = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
tor-rtmock = { path="../tor-rtmock", version = "0.0.3"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls" ] }
tor-rtmock = { path="../tor-rtmock", version = "0.0.4"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] }
[package]
name = "tor-dirmgr"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -20,14 +20,14 @@ routerdesc = ["tor-dirclient/routerdesc"]
[dependencies]
retry-error = { path = "../retry-error", version = "0.0.3"}
tor-checkable = { path = "../tor-checkable", version = "0.0.3"}
tor-circmgr = { path = "../tor-circmgr", version = "0.0.3"}
tor-config = { path = "../tor-config", version = "0.0.3"}
tor-circmgr = { path = "../tor-circmgr", version = "0.0.4"}
tor-config = { path = "../tor-config", version = "0.0.4"}
tor-consdiff = { path = "../tor-consdiff", version = "0.0.3"}
tor-dirclient = { path = "../tor-dirclient", version = "0.0.3"}
tor-dirclient = { path = "../tor-dirclient", version = "0.0.4"}
tor-netdir = { path = "../tor-netdir", version = "0.0.3"}
tor-netdoc = { path = "../tor-netdoc", version = "0.0.3"}
tor-netdoc = { path = "../tor-netdoc", version = "0.0.4"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.3"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4"}
async-trait = "0.1.2"
base64 = "0.13.0"
......@@ -56,5 +56,5 @@ humantime-serde = "1"
futures-await-test = "0.3.0"
hex-literal = "0.3"
tempfile = "3"
tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.3", features = [ "tokio", "native-tls" ] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4", features = [ "tokio", "native-tls" ] }
float_eq = "0.7"
[package]
name = "tor-guardmgr"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -18,13 +18,13 @@ default = []
testing = []
[dependencies]
tor-config = { path="../tor-config", version = "0.0.3"}
tor-config = { path="../tor-config", version = "0.0.4"}
tor-netdir = { path="../tor-netdir", version = "0.0.3"}
tor-linkspec = { path="../tor-linkspec", version = "0.0.3"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
tor-persist = { path="../tor-persist", version = "0.0.3"}
tor-proto = { path="../tor-proto", version = "0.0.3", features=["traffic-timestamp"] }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"}
tor-proto = { path="../tor-proto", version = "0.0.4", features=["traffic-timestamp"] }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"}
tor-units = { path="../tor-units", version = "0.0.3"}
derive_builder = "0.10"
......@@ -40,7 +40,7 @@ tracing = "0.1.18"
[dev-dependencies]
tor-netdir = { path="../tor-netdir", version = "0.0.3", features=["testing"]}
tor-netdoc = { path="../tor-netdoc", version = "0.0.3"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.4"}
tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"]}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls"]}
tor-rtmock = { path="../tor-rtmock", version = "0.0.3"}
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"]}
tor-rtmock = { path="../tor-rtmock", version = "0.0.4"}
......@@ -25,8 +25,8 @@ testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ]
[dependencies]
tor-checkable = { path="../tor-checkable", version = "0.0.3"}
tor-config = { path="../tor-config", version = "0.0.3"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.3"}
tor-config = { path="../tor-config", version = "0.0.4"}
tor-netdoc = { path="../tor-netdoc", version = "0.0.4"}
tor-linkspec = { path="../tor-linkspec", version = "0.0.3"}
tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"}
tor-protover = { path="../tor-protover", version = "0.0.3"}
......@@ -46,5 +46,5 @@ tracing = "0.1.18"
[dev-dependencies]
hex = "0.4"
hex-literal = "0.3"
tor-netdoc = { path="../tor-netdoc", version = "0.0.3", features=["build_docs"] }
tor-netdoc = { path="../tor-netdoc", version = "0.0.4", features=["build_docs"] }
rand_chacha = "0.3"
[package]
name = "tor-netdoc"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......
[package]
name = "tor-proto"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -49,6 +49,6 @@ tokio-util = { version = "0.6", features = ["compat"], optional = true }
coarsetime = { version = "0.1.20", optional = true }
[dev-dependencies]
tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.3", features = [ "tokio", "native-tls" ] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4", features = [ "tokio", "native-tls" ] }
hex-literal = "0.3"
hex = "0.4"
[package]
name = "tor-rtcompat"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......
[package]
name = "tor-rtmock"
version = "0.0.3"
version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
......@@ -17,9 +17,9 @@ pin-project = "1"
thiserror = "1"
tracing = "0.1.18"
tor-rtcompat = { version = "0.0.3", path = "../tor-rtcompat" }
tor-rtcompat = { version = "0.0.4", path = "../tor-rtcompat" }
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls" ] }
tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment