diff options
Diffstat (limited to 'crates/tor-error')
| -rw-r--r-- | crates/tor-error/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml index ca3d34b0b..e83fdcf68 100644 --- a/crates/tor-error/Cargo.toml +++ b/crates/tor-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-error" -version = "0.24.0" +version = "0.25.0" authors = ["Ian Jackson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -31,7 +31,7 @@ derive_more = { version = "1.0.0", features = ["full"] } futures = { version = "0.3", optional = true } once_cell = "1" paste = "1" -retry-error = { path = "../retry-error", version = "0.6.0" } # WRONG should be 0.4.3 +retry-error = { path = "../retry-error", version = "0.6.1" } # WRONG should be 0.4.3 static_assertions = { version = "1", optional = true } strum = { version = "0.26.3", features = ["derive"] } thiserror = "2" |
