summaryrefslogtreecommitdiff
path: root/crates/tor-error
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-error')
-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 0cfe77f6f..91792def1 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.5.2"
+version = "0.5.3"
authors = ["Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -30,7 +30,7 @@ derive_more = "0.99.3"
futures = "0.3"
once_cell = "1"
paste = "1"
-retry-error = { path = "../retry-error", version = "0.4.2" } # WRONG should be 0.4.3
+retry-error = { path = "../retry-error", version = "0.5.0" } # WRONG should be 0.4.3
static_assertions = { version = "1", optional = true }
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"