Skip to content

Commit

Permalink
Update dep for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Mar 11, 2024
1 parent 223bfc6 commit cc779fd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
45 changes: 29 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ thiserror = "1"
tracing = "0.1"
tracing-futures = "0.2"
tracing-log = { version = "0.1", optional = true }
tracing-subscriber = { version = "0.2", features = ["registry", "env-filter"], optional = true }
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"], optional = true }
trust-dns-resolver = { version = "0.20", features = ["tokio-runtime", "dns-over-rustls", "dns-over-https-rustls", "dnssec-ring", "system-config", "serde-config"] }
yansi = "0.5"

Expand All @@ -65,7 +65,7 @@ clap = { version = "2", default-features = false, features = ["suggestions"] }

[dev-dependencies]
tracing-log = "0.1"
tracing-subscriber = { version = "0.2", features = ["registry", "env-filter"] }
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
lit = "1"
spectral = "0.6"

Expand Down

0 comments on commit cc779fd

Please sign in to comment.