From 38eecaeef27f3652d374fdbf24e89bfd23ada405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 13 Apr 2022 23:46:47 +0200 Subject: [PATCH] udp: remove traits-preview feature from blake3 dependency --- aquatic_udp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatic_udp/Cargo.toml b/aquatic_udp/Cargo.toml index 304806f..d9456d8 100644 --- a/aquatic_udp/Cargo.toml +++ b/aquatic_udp/Cargo.toml @@ -24,7 +24,7 @@ aquatic_toml_config = { version = "0.2.0", path = "../aquatic_toml_config" } aquatic_udp_protocol = { version = "0.2.0", path = "../aquatic_udp_protocol" } anyhow = "1" -blake3 = { version = "1", features = ["traits-preview"] } +blake3 = "1" cfg-if = "1" crossbeam-channel = "0.5" getrandom = "0.2"