Skip to content

Commit e911712

Browse files
chore(deps): bump yamux to 0.14
No code changes required. Connection::new, Config::default, Mode::Server and poll_next_inbound as used by the synthetics tunnel multiplexer are unchanged in 0.14. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent c5362e0 commit e911712

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ aes-gcm = { version = "0.11", optional = true }
124124

125125
# Synthetics tunnel
126126
tokio-tungstenite = { version = "0.29", features = ["rustls-tls-native-roots"], optional = true }
127-
yamux = { version = "0.13", optional = true }
127+
yamux = { version = "0.14", optional = true }
128128
russh = { version = "0.61", optional = true }
129129
ssh-key = { version = "0.6", features = ["p256", "std"], optional = true }
130130
futures = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)