Loading Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -5752,7 +5752,7 @@ dependencies = [ [[package]] name = "tor-basic-utils" version = "0.32.0" version = "0.33.0" dependencies = [ "derive_more", "educe", Loading crates/arti-client/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" time = { version = "0.3.20", features = ["parsing", "macros"] } tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } tor-chanmgr = { path = "../tor-chanmgr", version = "0.33.0" } tor-circmgr = { path = "../tor-circmgr", version = "0.33.0" } tor-config = { path = "../tor-config", version = "0.33.0" } Loading crates/arti-rpc-client-core/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ void = "1" [dev-dependencies] rand = "0.9.1" rand_chacha = "0.9" tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } [features] full = [ Loading crates/arti-rpcserver/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -66,5 +66,5 @@ zeroize = "1" [dev-dependencies] futures-await-test = "0.3.0" tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } crates/arti-testing/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ futures = "0.3.14" pin-project = "1" rand = "0.9.1" tokio = { version = "1.7", features = ["signal", "macros"] } tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } tor-config = { path = "../tor-config", version = "0.33.0" } tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.33.0", features = ["dirfilter"] } tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.33.0", features = [ Loading Loading
Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -5752,7 +5752,7 @@ dependencies = [ [[package]] name = "tor-basic-utils" version = "0.32.0" version = "0.33.0" dependencies = [ "derive_more", "educe", Loading
crates/arti-client/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" time = { version = "0.3.20", features = ["parsing", "macros"] } tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } tor-chanmgr = { path = "../tor-chanmgr", version = "0.33.0" } tor-circmgr = { path = "../tor-circmgr", version = "0.33.0" } tor-config = { path = "../tor-config", version = "0.33.0" } Loading
crates/arti-rpc-client-core/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ void = "1" [dev-dependencies] rand = "0.9.1" rand_chacha = "0.9" tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } [features] full = [ Loading
crates/arti-rpcserver/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -66,5 +66,5 @@ zeroize = "1" [dev-dependencies] futures-await-test = "0.3.0" tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" }
crates/arti-testing/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ futures = "0.3.14" pin-project = "1" rand = "0.9.1" tokio = { version = "1.7", features = ["signal", "macros"] } tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } tor-config = { path = "../tor-config", version = "0.33.0" } tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.33.0", features = ["dirfilter"] } tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.33.0", features = [ Loading