diff options
Diffstat (limited to 'crates/tor-protover/Cargo.toml')
| -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 2636e250b..fd3c919bd 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.22.0" +version = "0.23.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -12,7 +12,7 @@ categories = ["network-programming"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path = "../caret", version = "0.4.5" } +caret = { path = "../caret", version = "0.5.0" } thiserror = "1" [features] |
