Skip to content

Commit

Permalink
Downgrade yanked tracing 0.1.38 to 0.1.37
Browse files Browse the repository at this point in the history
The current release of the tracing crate was yanked for an unintended
API change. tokio-rs/tracing#2578

Revert to the next-latest release to address the audit warning.
  • Loading branch information
rillian committed May 2, 2023
1 parent 653fb47 commit ac86700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 @@ -18,7 +18,7 @@ thiserror = "1.0.40"
time = { version = "0.3.20", features = ["formatting"] }
tokio = { version = "1.28.0", features = ["full"] }
tower-http = { version = "0.4.0", features = ["trace"] }
tracing = "0.1.38"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

[dev-dependencies]
Expand Down

0 comments on commit ac86700

Please sign in to comment.