Skip to content

Commit f0220e2

Browse files
make tracing-subscriber a dev dep (#226)
1 parent 4009f0d commit f0220e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ futures = "0.3"
2020
uint = { version = "0.9", default-features = false }
2121
rlp = "0.5"
2222
# This version must be kept up to date do it uses the same dependencies as ENR
23-
hkdf = "0.12"
23+
hkdf = "0.12"
2424
hex = "0.4"
2525
fnv = "1"
2626
arrayvec = "0.7"
@@ -32,20 +32,20 @@ lazy_static = "1"
3232
aes = { version = "0.7", features = ["ctr"] }
3333
aes-gcm = "0.9"
3434
tracing = { version = "0.1", features = ["log"] }
35-
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3635
lru = "0.12"
3736
hashlink = "0.8"
3837
delay_map = "0.3"
3938
more-asserts = "0.3"
4039

4140
[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"
4741
clap = { version = "4", features = ["derive"] }
4842
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"] }
4949

5050
[features]
5151
libp2p = ["dep:libp2p"]

0 commit comments

Comments
 (0)