Skip to content

Commit 019f3db

Browse files
build(deps): bump tokio from 1.28.2 to 1.29.1 (#4737)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.28.2...tokio-1.29.1) --- 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>
1 parent 9c43a26 commit 019f3db

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ slog-envlogger = "2.1.0"
4545
slog-term = "2.7.0"
4646
petgraph = "0.6.3"
4747
tiny-keccak = "1.5.0"
48-
tokio = { version = "1.28.2", features = ["time", "sync", "macros", "test-util", "rt-multi-thread", "parking_lot"] }
48+
tokio = { version = "1.29.1", features = ["time", "sync", "macros", "test-util", "rt-multi-thread", "parking_lot"] }
4949
tokio-stream = { version = "0.1.14", features = ["sync"] }
5050
tokio-retry = "0.3.0"
5151
toml = "0.7.5"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hyper = "0.14"
2222
serde = "1.0"
2323
serde_yaml = "0.9.21"
2424
slog = { version = "2.7.0", features = ["release_max_level_trace", "max_level_trace"] }
25-
tokio = { version = "1.28.2", features = ["rt", "macros", "process"] }
25+
tokio = { version = "1.29.1", features = ["rt", "macros", "process"] }
2626
uuid = { version = "1.3.4", features = ["v4"] }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)