diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/tor-netdoc/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-persist/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-rpc-connect/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 548e59bc8..804b992e3 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -107,7 +107,7 @@ smallvec = "1.10" subtle = "2" thiserror = "2" time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] } -tinystr = "0.7.0" +tinystr = "0.8.0" tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" } tor-bytes = { path = "../tor-bytes", version = "0.24.0" } tor-cell = { path = "../tor-cell", version = "0.24.0" } diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 599cb7f70..cb6d278ec 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -41,7 +41,7 @@ futures = "0.3.14" itertools = "0.13.0" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" } paste = "1" -sanitize-filename = "0.5.0" +sanitize-filename = "0.6.0" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" thiserror = "2" diff --git a/crates/tor-rpc-connect/Cargo.toml b/crates/tor-rpc-connect/Cargo.toml index bd21a19b1..c6d1766a8 100644 --- a/crates/tor-rpc-connect/Cargo.toml +++ b/crates/tor-rpc-connect/Cargo.toml @@ -27,7 +27,7 @@ rand = { version = "0.8", optional = true } safelog = { path = "../safelog", version = "0.4.0" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" -thiserror = "1" +thiserror = "2" toml = "0.8.8" tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" } tor-config-path = { path = "../tor-config-path", version = "0.24.0", features = ["address"] } |
