diff options
author | metamuffin <metamuffin@disroot.org> | 2024-03-18 09:51:38 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-03-18 09:51:38 +0100 |
commit | d3e3cfdaa53ae354b1de4f540426af3e6af8096d (patch) | |
tree | 20fc2addda444373f4c50377a4179503883d3cee /client-native-lib | |
parent | c75b423e461010c722503fb9792f84ebc415c7d8 (diff) | |
download | keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar.bz2 keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar.zst |
reworking rift: part two
Diffstat (limited to 'client-native-lib')
-rw-r--r-- | client-native-lib/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client-native-lib/Cargo.toml b/client-native-lib/Cargo.toml index 70ad7b8..ea36db9 100644 --- a/client-native-lib/Cargo.toml +++ b/client-native-lib/Cargo.toml @@ -4,14 +4,14 @@ version = "0.2.3" edition = "2021" [dependencies] -tokio = { version = "1.35", features = ["full"] } +tokio = { version = "1.36", features = ["full"] } futures-util = "0.3.30" -webrtc = "0.9.0" +webrtc = "0.10.1" tokio-tungstenite = { version = "*", features = ["rustls-tls"] } url = "2.5.0" -serde = { version = "1.0.196", features = ["derive"] } +serde = { version = "1.0.197", features = ["derive"] } serde_json = "*" log = "0.4" @@ -22,5 +22,5 @@ hex = "0.4.3" sha2 = "0.10.8" rand = "0.8.5" rand_chacha = "0.3.1" -base64 = "0.21.7" +base64 = "0.22.0" bytes = "1.5.0" |