Skip to content

Commit 0438137

Browse files
Bump tokio from 1.21.2 to 1.23.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.21.2...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7661af9 commit 0438137

2 files changed

Lines changed: 61 additions & 3 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde_json = "1.0"
1717
structopt = "0.3"
1818
thiserror = "1.0"
1919
time = { version="0.3", default-features=false, features=["local-offset", "macros", "serde", "serde-human-readable", "std"] }
20-
tokio = { version="1.21", default-features=false, features=["macros", "rt-multi-thread", "time"] }
20+
tokio = { version="1.23", default-features=false, features=["macros", "rt-multi-thread", "time"] }
2121
tokio-stream = { version="0.1", default-features=false }
2222
tokio-util = { version="0.6", default-features=false, features=["time"] }
2323

0 commit comments

Comments
 (0)