aboutsummaryrefslogtreecommitdiff
path: root/client-native-lib/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-02-11 10:47:25 +0100
committermetamuffin <metamuffin@disroot.org>2023-02-11 10:47:25 +0100
commit389caf52b7a247301af71a61cc6a1259147efff3 (patch)
treebde68f65cfc73eabb9a7e9dd8735fd5a85a84702 /client-native-lib/Cargo.toml
parent9dfc929b709d4187dc307f68a42fa058eda7a4c1 (diff)
downloadkeks-meet-389caf52b7a247301af71a61cc6a1259147efff3.tar
keks-meet-389caf52b7a247301af71a61cc6a1259147efff3.tar.bz2
keks-meet-389caf52b7a247301af71a61cc6a1259147efff3.tar.zst
fix standalone version (and avoid a compiler crash)
Diffstat (limited to 'client-native-lib/Cargo.toml')
-rw-r--r--client-native-lib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-native-lib/Cargo.toml b/client-native-lib/Cargo.toml
index c9b0ea4..c7c36d5 100644
--- a/client-native-lib/Cargo.toml
+++ b/client-native-lib/Cargo.toml
@@ -18,7 +18,7 @@ log = "0.4"
fastpbkdf2 = "0.1.0"
aes-gcm = "0.10.1"
-sha256 = "1.1.1"
+sha256 = "1.1.2"
rand = "0.8.5"
rand_chacha = "0.3.1"
base64 = "0.21.0"