aboutsummaryrefslogtreecommitdiff
path: root/client-native-lib/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client-native-lib/Cargo.toml')
-rw-r--r--client-native-lib/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/client-native-lib/Cargo.toml b/client-native-lib/Cargo.toml
index 69c6e91..c9b0ea4 100644
--- a/client-native-lib/Cargo.toml
+++ b/client-native-lib/Cargo.toml
@@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-tokio = { version = "1.24", features = ["full"] }
-futures-util = "0.3.25"
+tokio = { version = "1.25", features = ["full"] }
+futures-util = "0.3.26"
webrtc = "0.6.0"
tokio-tungstenite = { version = "*", features = ["rustls-tls"] }
@@ -22,4 +22,4 @@ sha256 = "1.1.1"
rand = "0.8.5"
rand_chacha = "0.3.1"
base64 = "0.21.0"
-bytes = "1.3.0"
+bytes = "1.4.0"