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 4d5ecf744..d0c66d658 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.5.0" +version = "0.5.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -12,7 +12,7 @@ categories = ["network-programming"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path = "../caret", version = "0.4.0" } +caret = { path = "../caret", version = "0.4.1" } thiserror = "1" [features] |
