From eddc9a7c7c05c2cc99c05dd30ad73f77815e0901 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 19 May 2024 17:51:33 +0300 Subject: [PATCH] cargo version --- ng-broker/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ng-broker/Cargo.toml b/ng-broker/Cargo.toml index 68bd51f..42c2aeb 100644 --- a/ng-broker/Cargo.toml +++ b/ng-broker/Cargo.toml @@ -25,7 +25,7 @@ either = { version = "1.8.1", features=["serde"] } async-std = { version = "1.12.0", features = ["attributes"] } async-trait = "0.1.64" rust-embed= { version = "6.7.0", features=["include-exclude"] } -async-tungstenite = { git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime"] } +async-tungstenite = { version = "0.22.2", git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime"] } blake3 = "1.3.1" ng-repo = { path = "../ng-repo", version = "0.1.0" } ng-net = { path = "../ng-net", version = "0.1.0" } @@ -39,7 +39,7 @@ features = ["js"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] getrandom = "0.2.7" -default-net = { git = "https://git.nextgraph.org/NextGraph/default-net.git" } +default-net = { version = "0.16.2", git = "https://git.nextgraph.org/NextGraph/default-net.git" } [dev-dependencies] tempfile = "3" \ No newline at end of file