summaryrefslogtreecommitdiff
path: root/crates/tor-error/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-error/Cargo.toml')
-rw-r--r--crates/tor-error/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml
index fa3bfdea2..e32ed9f2e 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.6.1"
+version = "0.17.0"
authors = ["Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -30,7 +30,7 @@ derive_more = "0.99.3"
futures = "0.3"
once_cell = "1"
paste = "1"
-retry-error = { path = "../retry-error", version = "0.5.0" } # WRONG should be 0.4.3
+retry-error = { path = "../retry-error", version = "0.5.2" } # WRONG should be 0.4.3
static_assertions = { version = "1", optional = true }
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"