Skip to content

Commit

Permalink
Bump tokio from 1.28.2 to 1.29.1 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent c06adaf commit aa72e38
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 9 deletions.
57 changes: 51 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ serde_tuple = { version = "0.5", default-features = false }
serde_yaml = "0.9"
thiserror = { version = "1.0" }
time = { version = "0.3", features = ["formatting"] }
tokio = { version = "1.28", features = [
tokio = { version = "1.29", features = [
"rt",
"rt-multi-thread",
"macros",
Expand Down
2 changes: 1 addition & 1 deletion integration/ducks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ once_cell = "1.18"
serde_json = "1.0"
shared = { path = "../shared" }
sketches-ddsketch = "0.2"
tokio = { version = "1.28", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tokio = { version = "1.29", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tokio-stream = { version = "0.1", features = ["net"] }
tonic = { version = "0.9", default-features = false, features = ["transport", "prost"] }
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }
Expand Down
2 changes: 1 addition & 1 deletion integration/sheepdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ escargot = "0.5.7"
serde_json = "1.0"
shared = { path = "../shared" }
tempfile = "3.6"
tokio = { version = "1.28", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tokio = { version = "1.29", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tonic = { version = "0.9", default-features = false, features = ["transport", "prost"]}
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }
tracing = { version = "0.1", features = ["std", "attributes"] }
Expand Down

0 comments on commit aa72e38

Please sign in to comment.