Skip to content

Commit

Permalink
chore(Cargo.toml): bump tracing-subscriber dependency per #279 (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice authored Jan 25, 2022
1 parent d2fcdbd commit 3de704c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -56,7 +56,7 @@ clap = { version = "3", features = ["derive", "env", "cargo"], optional = true }
reqwest = { version = "0.11.4", features = ["stream"] }
hyper = "0.14.12"
url = "2.2.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }
tracing-subscriber = { version = "0.3.7", features = ["env-filter"], optional = true }
dirs = { version = "4.0.0", optional = true }
mime_guess = { version = "2.0.3", optional = true }
lru = "0.7"
Expand Down

0 comments on commit 3de704c

Please sign in to comment.