diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-15 20:05:05 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-15 20:05:05 +0100 |
commit | 6c8025c6dec52a26103186848510d72936f15603 (patch) | |
tree | a2d21b764fdab6e925b59d84051756c1a80d99fc /client-native-lib/Cargo.toml | |
parent | e65e8d1caa4eb8abb9b9344c63930c5c011055b9 (diff) | |
download | keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar.bz2 keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar.zst |
update some stuff
Diffstat (limited to 'client-native-lib/Cargo.toml')
-rw-r--r-- | client-native-lib/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/client-native-lib/Cargo.toml b/client-native-lib/Cargo.toml index 15a1084..69c6e91 100644 --- a/client-native-lib/Cargo.toml +++ b/client-native-lib/Cargo.toml @@ -4,22 +4,22 @@ version = "0.1.0" edition = "2021" [dependencies] -tokio = { version = "1.21", features = ["full"] } -futures-util = "0.3.24" +tokio = { version = "1.24", features = ["full"] } +futures-util = "0.3.25" -webrtc = "0.5.0" +webrtc = "0.6.0" tokio-tungstenite = { version = "*", features = ["rustls-tls"] } url = "2.3.1" -serde = { version = "1.0.144", features = ["derive"] } +serde = { version = "1.0.152", features = ["derive"] } serde_json = "*" log = "0.4" fastpbkdf2 = "0.1.0" aes-gcm = "0.10.1" -sha256 = "1.0.3" +sha256 = "1.1.1" rand = "0.8.5" rand_chacha = "0.3.1" -base64 = "0.13.0" -bytes = "1.2.1" +base64 = "0.21.0" +bytes = "1.3.0" |