Skip to content

Commit

Permalink
build(deps): bump tokio from 1.28.2 to 1.29.1 (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 5, 2023
1 parent 5df3bc5 commit cf121b5
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 17 deletions.
72 changes: 63 additions & 9 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 @@ -82,7 +82,7 @@ signal-hook = "0.3.15"
signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] }
testcontainers = { version = "0.14.0", optional = true }
thiserror = "1.0"
tokio = { version = "1.28", features = ["full", "tracing"] }
tokio = { version = "1.29", features = ["full", "tracing"] }
tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1", "array-impls"] }
tonic = { version = "0.8", optional = true, features = ["tls", "tls-webpki-roots"] } # keep this version in sync with what opentelemetry-otlp uses
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion aggregator_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ url = { version = "2.4.0", features = ["serde"] }
[dev-dependencies]
futures = "0.3.28"
janus_aggregator_core = { workspace = true, features = ["test-util"] }
tokio = "1.28"
tokio = "1.29"
trillium-testing = { workspace = true, features = ["tokio"] }
2 changes: 1 addition & 1 deletion aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ serde_yaml = "0.9.22"
sqlx = { version = "0.6.3", optional = true, features = ["runtime-tokio-rustls", "migrate", "postgres"] }
testcontainers = { version = "0.14.0", optional = true }
thiserror = "1.0"
tokio = { version = "1.28", features = ["full", "tracing"] }
tokio = { version = "1.29", features = ["full", "tracing"] }
tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1", "array-impls"] }
tracing = "0.1.37"
tracing-log = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ prio.workspace = true
rand = "0.8"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] }
thiserror = "1.0"
tokio = { version = "1.28", features = ["full"] }
tokio = { version = "1.29", features = ["full"] }
tracing = "0.1.37"
url = "2.4.0"

Expand Down
2 changes: 1 addition & 1 deletion collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rand = { version = "0.8", features = ["min_const_gen"] }
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] }
retry-after = "0.3.1"
thiserror = "1.0"
tokio = { version = "1.28", features = ["full"] }
tokio = { version = "1.29", features = ["full"] }
tracing = "0.1.37"
url = "2.4.0"

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stopper = { version = "0.2.0", optional = true }
tempfile = { version = "3", optional = true }
testcontainers = { version = "0.14", optional = true }
thiserror = "1.0"
tokio = { version = "1.28", features = ["macros", "net", "rt"] }
tokio = { version = "1.29", features = ["macros", "net", "rt"] }
tokio-stream = { version = "0.1.14", features = ["net"], optional = true }
tracing = "0.1.37"
tracing-log = { version = "0.1.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ serde.workspace = true
serde_json = "1.0.99"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "migrate", "postgres"] }
testcontainers = { version = "0.14" }
tokio = { version = "1.28", features = ["full", "tracing"] }
tokio = { version = "1.29", features = ["full", "tracing"] }
tracing = "0.1.37"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ janus_messages.workspace = true
prio.workspace = true
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] }
serde_yaml = "0.9.22"
tokio = { version = "1.28", features = ["full"] }
tokio = { version = "1.29", features = ["full"] }
tracing = "0.1.37"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
Expand Down

0 comments on commit cf121b5

Please sign in to comment.