udp: remove traits-preview feature from blake3 dependency

This commit is contained in:
Joakim Frostegård 2022-04-13 23:46:47 +02:00
parent 70cabfa89c
commit 38eecaeef2

View file

@ -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"