File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ futures = "0.3"
20
20
uint = { version = " 0.9" , default-features = false }
21
21
rlp = " 0.5"
22
22
# This version must be kept up to date do it uses the same dependencies as ENR
23
- hkdf = " 0.12"
23
+ hkdf = " 0.12"
24
24
hex = " 0.4"
25
25
fnv = " 1"
26
26
arrayvec = " 0.7"
@@ -32,20 +32,20 @@ lazy_static = "1"
32
32
aes = { version = " 0.7" , features = [" ctr" ] }
33
33
aes-gcm = " 0.9"
34
34
tracing = { version = " 0.1" , features = [" log" ] }
35
- tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
36
35
lru = " 0.12"
37
36
hashlink = " 0.8"
38
37
delay_map = " 0.3"
39
38
more-asserts = " 0.3"
40
39
41
40
[dev-dependencies ]
42
- rand_07 = { package = " rand" , version = " 0.7" }
43
- quickcheck = " 0.9"
44
- tokio = { version = " 1" , features = [" full" ] }
45
- rand_xorshift = " 0.3"
46
- rand_core = " 0.6"
47
41
clap = { version = " 4" , features = [" derive" ] }
48
42
if-addrs = " 0.10"
43
+ quickcheck = " 0.9"
44
+ rand_07 = { package = " rand" , version = " 0.7" }
45
+ rand_core = " 0.6"
46
+ rand_xorshift = " 0.3"
47
+ tokio = { version = " 1" , features = [" full" ] }
48
+ tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
49
49
50
50
[features ]
51
51
libp2p = [" dep:libp2p" ]
You can’t perform that action at this time.
0 commit comments