diff --git a/Cargo.lock b/Cargo.lock index 579019a6..f45e4f68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4018,9 +4018,9 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "oneshot" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ce411919553d3f9fa53a0880544cda985a112117a0444d5ff1e870a893d6ea" +checksum = "3ce66197e99546da6c6d991285f605192e794ceae69686c17163844a7bf8fcc2" [[package]] name = "opaque-debug" diff --git a/binaries/geph5-bridge/Cargo.toml b/binaries/geph5-bridge/Cargo.toml index b25603b2..f60d9269 100644 --- a/binaries/geph5-bridge/Cargo.toml +++ b/binaries/geph5-bridge/Cargo.toml @@ -37,7 +37,7 @@ serde_json = "1.0.141" scopeguard = "1.2.0" smol-timeout2 = "0.6.1" async-channel = "2.5.0" -oneshot = "0.1.11" +oneshot = "0.1.12" async-io-bufpool = "0.1.2" tikv-jemallocator = { version = "0.6.0", features = ["unprefixed_malloc_on_supported_platforms"] } flate2 = "1.1.2" diff --git a/binaries/geph5-broker/Cargo.toml b/binaries/geph5-broker/Cargo.toml index eca94dea..dc68e312 100644 --- a/binaries/geph5-broker/Cargo.toml +++ b/binaries/geph5-broker/Cargo.toml @@ -42,7 +42,7 @@ stdcode = "0.1.14" bytes = { version = "1.10.1", features = ["serde"] } argon2 = "0.5.3" rusty_pool = "0.7.0" -oneshot = "0.1.11" +oneshot = "0.1.12" cadence = "1.6.0" clap = { version = "4.5.41", features = ["derive"] } reqwest = { version = "0.12.22", default-features = false, features=["json", "rustls-tls-webpki-roots"] } diff --git a/binaries/geph5-client/Cargo.toml b/binaries/geph5-client/Cargo.toml index 95ef0d5b..17aa90ef 100644 --- a/binaries/geph5-client/Cargo.toml +++ b/binaries/geph5-client/Cargo.toml @@ -74,7 +74,7 @@ nanorpc = "0.1.13" nanorpc-sillad = { version = "0.1", path = "../../libraries/nanorpc-sillad" } nursery_macro = "0.1.0" once_cell = "1.21.3" -oneshot = "0.1.11" +oneshot = "0.1.12" ordered-float = "5.0.0" parking_lot = "0.12.4" picomux = { version = "0.1.14", path = "../../libraries/picomux" } diff --git a/binaries/geph5-exit/Cargo.toml b/binaries/geph5-exit/Cargo.toml index 44a56f02..7451c10f 100644 --- a/binaries/geph5-exit/Cargo.toml +++ b/binaries/geph5-exit/Cargo.toml @@ -60,7 +60,7 @@ async-io-bufpool = "0.2" tikv-jemallocator = "0.6" threadpool = "1.8.1" -oneshot = "0.1.11" +oneshot = "0.1.12" bytes = "1.10.1" simple-dns = "0.9.3" dashmap = "6.1.0" diff --git a/binaries/geph5-prototest/Cargo.toml b/binaries/geph5-prototest/Cargo.toml index 3e910daa..1c23fe17 100644 --- a/binaries/geph5-prototest/Cargo.toml +++ b/binaries/geph5-prototest/Cargo.toml @@ -24,7 +24,7 @@ futures-util = "0.3.31" hex = "0.4.3" native-tls = "0.2.14" once_cell = "1.21.3" -oneshot = "0.1.11" +oneshot = "0.1.12" picomux = { path = "../../libraries/picomux" } rand = "0.8.5" rcgen = "0.13.2" diff --git a/libraries/picomux/Cargo.toml b/libraries/picomux/Cargo.toml index 16695895..e045e24a 100644 --- a/libraries/picomux/Cargo.toml +++ b/libraries/picomux/Cargo.toml @@ -18,7 +18,7 @@ bytes = "1.10.1" dashmap = "6.1.0" futures-lite = "2.6.0" futures-util = { version = "0.3.31", features = ["io"] } -oneshot = "0.1.11" +oneshot = "0.1.12" parking_lot = "0.12.4" rand = "0.9" recycle-box = "0.2.0"