Skip to content

Commit

Permalink
build(deps): Bump the tracing group with 1 update (#2193)
Browse files Browse the repository at this point in the history
Bumps the tracing group with 1 update: [tracing-log](https://github.com/tokio-rs/tracing).

- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-log-0.1.4...tracing-log-0.2.0)

---
updated-dependencies:
- dependency-name: tracing-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tracing
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent af92618 commit 224bf8d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 14 deletions.
27 changes: 19 additions & 8 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tokio-postgres-rustls = "0.10.0"
tonic = { version = "0.9.2", optional = true, features = ["tls", "tls-webpki-roots"] } # keep this version in sync with what opentelemetry-otlp uses
tracing = "0.1.40"
tracing-chrome = "0.7.1"
tracing-log = "0.1.4"
tracing-log = "0.2.0"
tracing-opentelemetry = { version = "0.21", optional = true }
tracing-stackdriver = "0.8.0"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ thiserror.workspace = true
tokio.workspace = true
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1", "array-impls"] }
tracing = "0.1.40"
tracing-log = "0.1.4"
tracing-log = "0.2.0"
trillium.workspace = true
trillium-macros = "0.0.4"
trillium-router.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ assert_matches.workspace = true
hex-literal = "0.4.1"
janus_core = { workspace = true, features = ["test-util"]}
mockito = "1.2.0"
tracing-log = "0.1.4"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ thiserror.workspace = true
tokio = { workspace = true, features = ["macros", "net", "rt"] }
tokio-stream = { version = "0.1.14", features = ["net"], optional = true }
tracing = "0.1.40"
tracing-log = { version = "0.1.4", optional = true }
tracing-log = { version = "0.2.0", optional = true }
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"], optional = true }
trillium.workspace = true
url = "2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "migrate", "post
testcontainers.workspace = true
tokio.workspace = true
tracing = "0.1.40"
tracing-log = "0.1.4"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
trillium.workspace = true
trillium-api.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json.workspace = true
serde_yaml.workspace = true
tokio.workspace = true
tracing = "0.1.40"
tracing-log = "0.1.4"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
url = "2.4.1"

Expand Down

0 comments on commit 224bf8d

Please sign in to comment.