Skip to content

Commit

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


Updates `tracing` from 0.1.39 to 0.1.40
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.39...tracing-0.1.40)

Updates `tracing-log` from 0.1.3 to 0.1.4
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-log-0.1.3...tracing-log-0.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 23, 2023
1 parent 20b38db commit 6f80ee4
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 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.

4 changes: 2 additions & 2 deletions aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ 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"] }
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.39"
tracing = "0.1.40"
tracing-chrome = "0.7.1"
tracing-log = "0.1.3"
tracing-log = "0.1.4"
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_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde.workspace = true
serde_json.workspace = true
serde_test.workspace = true
thiserror.workspace = true
tracing = "0.1.39"
tracing = "0.1.40"
trillium.workspace = true
trillium-api.workspace = true
trillium-opentelemetry.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ testcontainers = { workspace = true, optional = true }
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.39"
tracing-log = "0.1.3"
tracing = "0.1.40"
tracing-log = "0.1.4"
trillium.workspace = true
trillium-macros = "0.0.4"
trillium-router.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ rand = "0.8"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json"] }
thiserror.workspace = true
tokio.workspace = true
tracing = "0.1.39"
tracing = "0.1.40"
url = "2.4.1"

[dev-dependencies]
assert_matches = "1"
janus_core = { workspace = true, features = ["test-util"]}
mockito = "1.2.0"
tracing-log = "0.1.3"
tracing-log = "0.1.4"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
2 changes: 1 addition & 1 deletion collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["rustls-t
retry-after = "0.3.1"
thiserror.workspace = true
tokio.workspace = true
tracing = "0.1.39"
tracing = "0.1.40"
url = "2.4.1"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ testcontainers = { workspace = true, optional = true }
thiserror.workspace = true
tokio = { workspace = true, features = ["macros", "net", "rt"] }
tokio-stream = { version = "0.1.14", features = ["net"], optional = true }
tracing = "0.1.39"
tracing-log = { version = "0.1.3", optional = true }
tracing = "0.1.40"
tracing-log = { version = "0.1.4", optional = true }
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"], optional = true }
trillium.workspace = true

Expand Down
4 changes: 2 additions & 2 deletions interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ serde_json = "1.0.107"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "migrate", "postgres"] }
testcontainers.workspace = true
tokio.workspace = true
tracing = "0.1.39"
tracing-log = "0.1.3"
tracing = "0.1.40"
tracing-log = "0.1.4"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
trillium.workspace = true
trillium-api.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ reqwest = { version = "0.11.22", default-features = false, features = ["rustls-t
serde_json.workspace = true
serde_yaml = "0.9.25"
tokio.workspace = true
tracing = "0.1.39"
tracing-log = "0.1.3"
tracing = "0.1.40"
tracing-log = "0.1.4"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
url = "2.4.1"

Expand Down

0 comments on commit 6f80ee4

Please sign in to comment.