udp: update constant_time_eq to v0.3.0

This commit is contained in:
Joakim Frostegård 2023-08-28 23:36:25 +02:00
parent 227bf6163c
commit fe8fce94ce
2 changed files with 3 additions and 9 deletions

View file

@ -31,7 +31,7 @@ anyhow = "1"
blake3 = "1"
cfg-if = "1"
compact_str = "0.7"
constant_time_eq = "0.2"
constant_time_eq = "0.3"
crossbeam-channel = "0.5"
getrandom = "0.2"
hashbrown = { version = "0.14", default-features = false }