Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the tracing group with 2 updates #2152

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading