diff options
Diffstat (limited to 'crates/tor-linkspec')
| -rw-r--r-- | crates/tor-linkspec/Cargo.toml | 14 | ||||
| -rw-r--r-- | crates/tor-linkspec/semver.md | 1 |
2 files changed, 7 insertions, 8 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 6c4c0ef57..d6b3a6518 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.6.3" +version = "0.7.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -25,16 +25,16 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = "0.99.3" educe = "0.4.6" hex = "0.4" -safelog = { path = "../safelog", version = "0.2.2" } +safelog = { path = "../safelog", version = "0.3.0" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "2.0.1" strum = { version = "0.24", features = ["derive"] } thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" } -tor-bytes = { path = "../tor-bytes", version = "0.6.3" } -tor-config = { path = "../tor-config", version = "0.8.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" } -tor-protover = { path = "../tor-protover", version = "0.4.2" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } +tor-bytes = { path = "../tor-bytes", version = "0.7.0" } +tor-config = { path = "../tor-config", version = "0.9.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } +tor-protover = { path = "../tor-protover", version = "0.5.0" } [dev-dependencies] hex-literal = "0.4" diff --git a/crates/tor-linkspec/semver.md b/crates/tor-linkspec/semver.md deleted file mode 100644 index 3621f3763..000000000 --- a/crates/tor-linkspec/semver.md +++ /dev/null @@ -1 +0,0 @@ -ADDED: RelayIdRef::as_bytes() return value lifetime relaxed |
