Skip to content

Commit bca41c2

Browse files
plotnickclaude
andcommitted
Advance sush to the availability fixes
Pins sush#60 (availability-fixes, 025ed3d): job loop never blocks on a client socket, home-only proxy routing, bounded streaming drains and abandonment, target preflight, and SIGTERM before SIGKILL on job stop. Co-Authored-By: Claude Mythos 5 <noreply@anthropic.com>
1 parent 2f90f19 commit bca41c2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎Cargo.lock‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -855,9 +855,9 @@ subtle = "2.6.1"
855855
supports-color = "3.0.2"
856856
support-bundle-collection = { path = "support-bundle-collection" }
857857
support-bundle-viewer = "0.1.2"
858-
sush-api = { git = "https://github.com/oxidecomputer/sush", rev = "b989655d14900e5c4adba8a1f85ac6274da22744" }
859-
sush-common = { git = "https://github.com/oxidecomputer/sush", rev = "b989655d14900e5c4adba8a1f85ac6274da22744" }
860-
sush-server = { git = "https://github.com/oxidecomputer/sush", rev = "b989655d14900e5c4adba8a1f85ac6274da22744", features = ["embedded"] }
858+
sush-api = { git = "https://github.com/oxidecomputer/sush", rev = "025ed3deae87bf1c0116cbf89208b7461ae535b5" }
859+
sush-common = { git = "https://github.com/oxidecomputer/sush", rev = "025ed3deae87bf1c0116cbf89208b7461ae535b5" }
860+
sush-server = { git = "https://github.com/oxidecomputer/sush", rev = "025ed3deae87bf1c0116cbf89208b7461ae535b5", features = ["embedded"] }
861861
swrite = "0.1.0"
862862
sync-ptr = "0.1.4"
863863
libsw = { version = "3.5.0", features = ["tokio"] }

0 commit comments

Comments
 (0)