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 d0370f050..aaf25d4cd 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.4.1" +version = "0.4.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -12,7 +12,7 @@ categories = ["network-programming"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path = "../caret", version = "0.3.0" } +caret = { path = "../caret", version = "0.3.2" } thiserror = "1" [package.metadata.docs.rs] all-features = true |
