diff options
Diffstat (limited to 'crates/tor-protover')
| -rw-r--r-- | crates/tor-protover/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml index bad7db6b4..122eea522 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.30.0" +version = "0.31.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -16,7 +16,7 @@ caret = { path = "../caret", version = "0.5.0" } paste = "1" serde_with = { version = "3.0.0", optional = true } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.30.0", optional = true } +tor-bytes = { path = "../tor-bytes", version = "0.31.0", optional = true } [features] default = [] |
