Skip to content

Commit

Permalink
remove env_logger as dev-dep of serde_json_path
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Apr 2, 2023
1 parent 12f2637 commit fdcb850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serde_json_path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ thiserror = "1.0"
tracing = { version = "0.1", optional = true }

[dev-dependencies]
env_logger = "*"
test-log = { version = "0.2.11", default-features = false, features=["trace"] }
tracing-subscriber = { version = "0.3", default-features = false, features=["env-filter", "fmt"] }

0 comments on commit fdcb850

Please sign in to comment.