summaryrefslogtreecommitdiff
path: root/crates/tor-protover
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-protover')
-rw-r--r--crates/tor-protover/Cargo.toml4
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]