Skip to content

Commit

Permalink
Merge pull request #153 from MarcusDunn/dependabot/cargo/cli/tracing-…
Browse files Browse the repository at this point in the history
…subscriber-0.3.18

Bump tracing-subscriber from 0.3.17 to 0.3.18 in /cli
  • Loading branch information
MarcusDunn authored Jan 1, 2024
2 parents 53f59e9 + 31e3d72 commit 910374b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions cli/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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] }
clap = { version = "4.4.11", features = ["derive"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tonic = "0.10.2"
prost = "0.12.3"
anyhow = "1.0.71"
Expand Down

0 comments on commit 910374b

Please sign in to comment.