diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-05 20:57:47 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-05 20:57:47 +0100 |
commit | 2c6f4dc839a279b9d5c10d674489998b021908b8 (patch) | |
tree | 51922c7eceffdaf847713b15a1e30159b316d334 /client-native-lib/Cargo.toml | |
parent | 47556e24509d4c438a7fad6c05828ca4e3f2761a (diff) | |
download | keks-meet-2c6f4dc839a279b9d5c10d674489998b021908b8.tar keks-meet-2c6f4dc839a279b9d5c10d674489998b021908b8.tar.bz2 keks-meet-2c6f4dc839a279b9d5c10d674489998b021908b8.tar.zst |
update deps
Diffstat (limited to 'client-native-lib/Cargo.toml')
-rw-r--r-- | client-native-lib/Cargo.toml | 6 |
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" |