Skip to content

Commit

Permalink
Bump tokio from 1.38.0 to 1.39.2 (#925)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.39.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.39.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 03c1bad commit 72f0b26
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rustc-hash = { version = "1.1" }
serde = { version = "1.0", features = ["std", "derive"] }
serde_json = { version = "1.0", features = ["std"] }
thiserror = { version = "1.0" }
tokio = { version = "1.38" }
tokio = { version = "1.39" }
tracing = { version = "0.1" }
uuid = { version = "1.6", 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.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tokio = { version = "1.39", 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.12"
tokio = { version = "1.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tokio = { version = "1.39", 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 72f0b26

Please sign in to comment.