Skip to content

Commit

Permalink
build(deps): bump tokio from 1.31.0 to 1.32.0 (#4816)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.31.0...tokio-1.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 22, 2023
1 parent 0d49f14 commit 8095a62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ slog-envlogger = "2.1.0"
slog-term = "2.7.0"
petgraph = "0.6.4"
tiny-keccak = "1.5.0"
tokio = { version = "1.31.0", features = ["time", "sync", "macros", "test-util", "rt-multi-thread", "parking_lot"] }
tokio = { version = "1.32.0", features = ["time", "sync", "macros", "test-util", "rt-multi-thread", "parking_lot"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tokio-retry = "0.3.0"
toml = "0.7.6"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hyper = "0.14"
serde = "1.0"
serde_yaml = "0.9.21"
slog = { version = "2.7.0", features = ["release_max_level_trace", "max_level_trace"] }
tokio = { version = "1.31.0", features = ["rt", "macros", "process"] }
tokio = { version = "1.32.0", features = ["rt", "macros", "process"] }
uuid = { version = "1.4.1", features = ["v4"] }

[dev-dependencies]
Expand Down

0 comments on commit 8095a62

Please sign in to comment.