diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-12 22:18:08 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-12 22:18:08 +0100 |
commit | 32b749262d305b5ce09d1fc0c02f40023033c9bd (patch) | |
tree | 9088d5309febd3102e758b3f82d0eede4b26bac5 /shared/Cargo.toml | |
parent | 2731017aa88bf6baaff787d7486d4248f9ca6ca0 (diff) | |
download | weareserver-32b749262d305b5ce09d1fc0c02f40023033c9bd.tar weareserver-32b749262d305b5ce09d1fc0c02f40023033c9bd.tar.bz2 weareserver-32b749262d305b5ce09d1fc0c02f40023033c9bd.tar.zst |
sha256 -> blake3
Diffstat (limited to 'shared/Cargo.toml')
-rw-r--r-- | shared/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 8665019..394983a 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -8,6 +8,6 @@ anyhow = "1.0.95" bincode = "1.3.3" glam = { version = "0.29.2", features = ["serde"] } redb = "2.4.0" -sha2 = "0.11.0-pre.4" log = "0.4.22" rand = "0.9.0-beta.1" +blake3 = "1.5.5" |