Skip to content

Commit

Permalink
Update Rust crate tracing to v0.1.38 (#6387)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 25, 2023
1 parent 81bcaff commit dd25dab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ tokio = { version = "=1.27.0", features = ["net", "signal", "io-std", "io-util",
toml = "=0.7.3"
tower = "=0.4.13"
tower-http = { version = "=0.4.0", features = ["fs", "catch-panic"] }
tracing = "=0.1.37"
tracing = "=0.1.38"
tracing-subscriber = { version = "=0.3.17", features = ["env-filter"] }
url = "=2.3.1"

Expand Down
2 changes: 1 addition & 1 deletion cargo-registry-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git2 = "=0.17.1"
serde = { version = "=1.0.160", features = ["derive"] }
serde_json = "=1.0.96"
tempfile = "=3.5.0"
tracing = "=0.1.37"
tracing = "=0.1.38"
url = "=2.3.1"

[dev-dependencies]
Expand Down

0 comments on commit dd25dab

Please sign in to comment.