Skip to content

Commit

Permalink
Merge pull request #158 from MarcusDunn/dependabot/cargo/lean/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 /lean
  • Loading branch information
MarcusDunn authored Jan 1, 2024
2 parents e760002 + 18a1068 commit 0c8c7e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
19 changes: 4 additions & 15 deletions lean/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 lean/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ prost = "0.12.3"
tower-http = { version = "0.5.0", features = ["full"] }
tonic = "0.10.2"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["fmt", "env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "time", "json"] }
dotenvy = "0.15.7"
time = { version = "0.3.31", features = ["formatting"] }
Expand Down

0 comments on commit 0c8c7e6

Please sign in to comment.