diff options
Diffstat (limited to 'crates/tor-proto')
| -rw-r--r-- | crates/tor-proto/Cargo.toml | 22 | ||||
| -rw-r--r-- | crates/tor-proto/semver.md | 2 |
2 files changed, 11 insertions, 13 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index f363f2670..573903c3c 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.8.0" +version = "0.8.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -42,24 +42,24 @@ hmac = "0.12.0" pin-project = "1" rand = "0.8" rand_core = "0.6.2" -safelog = { path = "../safelog", version = "0.2.0" } +safelog = { path = "../safelog", version = "0.2.1" } subtle = "2" thiserror = "1" tokio-crate = { package = "tokio", version = "1.7", optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" } -tor-bytes = { path = "../tor-bytes", version = "0.6.0" } -tor-cell = { path = "../tor-cell", version = "0.7.0" } -tor-cert = { path = "../tor-cert", version = "0.6.0" } +tor-bytes = { path = "../tor-bytes", version = "0.6.1" } +tor-cell = { path = "../tor-cell", version = "0.8.0" } +tor-cert = { path = "../tor-cert", version = "0.6.1" } tor-checkable = { path = "../tor-checkable", version = "0.4.0" } -tor-config = { path = "../tor-config", version = "0.7.0" } -tor-error = { path = "../tor-error", version = "0.4.0" } +tor-config = { path = "../tor-config", version = "0.7.1" } +tor-error = { path = "../tor-error", version = "0.4.1" } tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" } tor-protover = { path = "../tor-protover", version = "0.4.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" } tor-rtmock = { path = "../tor-rtmock", version = "0.7.0" } -tor-units = { path = "../tor-units", version = "0.4.0" } +tor-units = { path = "../tor-units", version = "0.4.1" } tracing = "0.1.18" typenum = "1.12" zeroize = "1" @@ -72,7 +72,7 @@ itertools = "0.10.1" regex = { version = "1", default-features = false, features = ["std"] } statrs = "0.16.0" tokio-crate = { package = "tokio", version = "1.7", features = ["full"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] diff --git a/crates/tor-proto/semver.md b/crates/tor-proto/semver.md deleted file mode 100644 index d937a48d6..000000000 --- a/crates/tor-proto/semver.md +++ /dev/null @@ -1,2 +0,0 @@ -BREAKING: Deprecated CreateFast::body(), CreatedFast::into_body() methods -MODIFIED: Added CreateFast::handshake(), CreatedFast::into_handshake() methods |
