Skip to content

Commit

Permalink
Bump tokio from 1.29.1 to 1.30.0 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 0c3707b commit fd36887
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
25 changes: 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metrics = { version = "0.21" }
serde = { version = "1.0", features = ["std", "derive"] }
serde_json = { version = "1.0", features = ["std"] }
thiserror = { version = "1.0" }
tokio = { version = "1.29" }
tokio = { version = "1.30" }
tracing = { version = "0.1" }
uuid = { version = "1.2", default-features = false, features = ["v4", "serde"] }

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.29", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tokio = { version = "1.30", 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.8"
serde_json = "1.0"
shared = { path = "../shared" }
tempfile = "3.7"
tokio = { version = "1.29", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tokio = { version = "1.30", 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 fd36887

Please sign in to comment.