Skip to content

Commit 364b30b

Browse files
committed
examples/Cargo.toml: tracing-subscriber update
It was required due to the book using `extern crate` syntax. Divergence of version used across the project caused ambiguity and errors on book tests build.
1 parent f7373f3 commit 364b30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rustyline-derive = "0.6"
1313
scylla = {path = "../scylla", features = ["ssl"]}
1414
tokio = {version = "1.1.0", features = ["full"]}
1515
tracing = "0.1.25"
16-
tracing-subscriber = "0.2.16"
16+
tracing-subscriber = "0.3.14"
1717
chrono = "0.4"
1818
uuid = "1.0"
1919
tower = "0.4"

0 commit comments

Comments
 (0)