Update nu-protocol

Signed-off-by: Alex Kattathra Johnson <alex.kattathra.johnson@gmail.com>
This commit is contained in:
Alex Kattathra Johnson 2025-06-14 02:24:24 -05:00
parent d02eed86cb
commit 4d6a9298ee
No known key found for this signature in database
GPG key ID: 64BCC76905798553
2 changed files with 39 additions and 28 deletions

View file

@ -5,11 +5,11 @@ readme = "README.md"
license = "MIT"
name = "nu_plugin_ws"
description = "A Nushell plugin for easily streaming output from websocket endpoints"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
[dependencies]
nu-plugin = "0.104.0"
nu-protocol = "0.104.0"
nu-plugin = "0.105.1"
nu-protocol = "0.105.1"
tungstenite = { version = "0.24.0", features = ["native-tls"] }
url = "2.5.3"