Loading Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -3181,7 +3181,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oneshot-fused-workaround" version = "0.21.0" version = "0.1.0" dependencies = [ "futures", ] Loading crates/arti-rpcserver/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ derive-deftly = "0.14" derive_more = "0.99.3" erased-serde = "0.4.2" futures = "0.3.14" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" } oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" } pin-project = "1" rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } Loading crates/oneshot-fused-workaround/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "oneshot-fused-workaround" version = "0.21.0" version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] edition = "2021" rust-version = "1.70" Loading crates/tor-async-utils/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] educe = "0.4.6" futures = "0.3.14" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" } oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" } pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } void = "1" Loading crates/tor-chanmgr/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = "0.99.3" educe = "0.4.6" futures = "0.3.14" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" } oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.8" safelog = { path = "../safelog", version = "0.3.6" } Loading Loading
Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -3181,7 +3181,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oneshot-fused-workaround" version = "0.21.0" version = "0.1.0" dependencies = [ "futures", ] Loading
crates/arti-rpcserver/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ derive-deftly = "0.14" derive_more = "0.99.3" erased-serde = "0.4.2" futures = "0.3.14" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" } oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" } pin-project = "1" rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } Loading
crates/oneshot-fused-workaround/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "oneshot-fused-workaround" version = "0.21.0" version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] edition = "2021" rust-version = "1.70" Loading
crates/tor-async-utils/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] educe = "0.4.6" futures = "0.3.14" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" } oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" } pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } void = "1" Loading
crates/tor-chanmgr/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = "0.99.3" educe = "0.4.6" futures = "0.3.14" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" } oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.8" safelog = { path = "../safelog", version = "0.3.6" } Loading