Skip to content

Commit ddd63f5

Browse files
committed
update deps
1 parent 798372f commit ddd63f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,9 @@ tower = { version = "0.5.2", default-features = false, features = ["limit"] }
189189
num_cpus = "1.0"
190190
libc = "0.2"
191191

192-
tracing = { version = "0.1" }
193-
tracing-subscriber = { version = "0.3.19"}
192+
env_logger = "0.11.6"
193+
tracing = "0.1"
194+
tracing-subscriber = "0.3.19"
194195

195196
[lib]
196197
doctest = false

0 commit comments

Comments
 (0)