diff --git a/Cargo.toml b/Cargo.toml index f8f21f4..dccaf2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "dshell" description = "DShell core session, channel, and wire-format foundation" -version = "0.6.1-beta.1" +version = "0.6.1" edition = "2024" repository = "https://github.com/genmeta/dssh" license = "Apache-2.0" [dependencies] -h3x = { version = "0.6.1-beta.1", features = [ +h3x = { version = "0.6.1", features = [ "rpc", "serde", "webtransport", @@ -37,7 +37,7 @@ tokio = { version = "1", features = [ "net", ] } tokio-util = { version = "0.7", features = ["rt"] } -base64 = "0.22" +base64 = "0.23" remoc = { version = "0.18", default-features = false, features = [ "remoc_macro", "rfn",