Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
build(deps): bump tracing-subscriber in /facilitator (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 10, 2022
1 parent 9be62c8 commit 661cfba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
30 changes: 23 additions & 7 deletions facilitator/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 facilitator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ timer = "0.2"
tokio = { version = "^1.16", features = ["full"] }
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.15", features = ["env-filter", "json"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "json"] }
trycmd = "0.14.0"
ureq = { version = "^2.5", features = ["json"] }
url = "2.3.1"
Expand Down

0 comments on commit 661cfba

Please sign in to comment.