Skip to content

Commit 694a84c

Browse files
Bump tokio from 1.36.0 to 1.37.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06306fe commit 694a84c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ libc = "0.2.147"
4242
serde = { version = "1.0.142", features = ["derive"] }
4343
serde_json = "1.0"
4444
thiserror = "1.0.57"
45-
tokio = { version = "1.14.0", features = ["full"] }
45+
tokio = { version = "1.37.0", features = ["full"] }
4646
ratatui = { version = "0.26.1", default-features = false, features = [
4747
"crossterm",
4848
] }

0 commit comments

Comments
 (0)