Remove blake3 from bpf program dependencies (#16506)

This commit is contained in:
Justin Starry
2021-04-13 18:06:05 +08:00
committed by GitHub
parent 37afa00ffb
commit f641429056
4 changed files with 8 additions and 7 deletions

View File

@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
arrayref = "0.3.6"
bincode = "1.3.1"
blake3 = "0.3.6"
blake3 = "0.3.7"
bv = { version = "0.11.1", features = ["serde"] }
byteorder = "1.3.4"
bzip2 = "0.3.3"