Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 32 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ rmcp = { version = "3", default-features = false, features = [
# amendment: axum's server side already uses tungstenite underneath, so this keeps
# one implementation of RFC 6455 in the graph rather than a hand-rolled second one.
# rustls only, matching the reqwest policy — no openssl linkage.
tokio-tungstenite = { version = "0.29", default-features = false, features = [
tokio-tungstenite = { version = "0.30", default-features = false, features = [
"connect",
"rustls-tls-webpki-roots",
] }
Expand Down
Loading