summaryrefslogtreecommitdiff
path: root/crates/tor-error
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-error')
-rw-r--r--crates/tor-error/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml
index 44c2ddc7f..c47dcd436 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.43.0"
+version = "0.44.0"
authors = ["Ian Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -39,13 +39,13 @@ derive_more = { version = "2.0.1", features = ["full"] }
futures = { version = "0.3", optional = true }
http = { version = "1.3.1", optional = true }
paste = "1.0.3"
-retry-error = { path = "../retry-error", version = "0.12.0" } # WRONG should be 0.4.3
+retry-error = { path = "../retry-error", version = "0.13.0" } # WRONG should be 0.4.3
static_assertions = { version = "1", optional = true }
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
tracing = { version = "0.1.36", optional = true }
void = "1"
-web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
+web-time-compat = { version = "0.2.0", path = "../web-time-compat" }
[dev-dependencies]
anyhow = "1.0.72"