Skip to content

Commit

Permalink
Update test-log dev-dependency to 0.2.14
Browse files Browse the repository at this point in the history
This change updates the test-log dev-dependency we use to version
0.2.14. In this version the crate no longer requires users to manually
include dependencies, such as tracing-subscriber. Hence, remove it.
  • Loading branch information
d-e-s-o committed Feb 28, 2024
1 parent b6a0c73 commit fec522c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ websocket-util = "0.12.0"

[dev-dependencies]
serial_test = {version = "2.0.0", default-features = false}
test-log = {version = "0.2.8", default-features = false, features = ["trace"]}
test-log = {version = "0.2.14", default-features = false, features = ["trace"]}
tokio = {version = "1.0", default-features = false, features = ["rt-multi-thread", "macros"]}
tracing-subscriber = {version = "0.3", default-features = false, features = ["ansi", "env-filter", "fmt"]}
uuid = {version = "1.0", default-features = false, features = ["v4"]}
websocket-util = {version = "0.12.0", features = ["test"]}

Expand Down

0 comments on commit fec522c

Please sign in to comment.