Skip to content

Commit f261ef2

Browse files
chore(deps): bump tokio from 1.35.1 to 1.36.0 (#370)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.36.0) --- 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>
1 parent 761f0b4 commit f261ef2

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
@@ -38,7 +38,7 @@ ratatui = "0.25.0"
3838
resolv-conf = "0.7.0"
3939
simplelog = "0.12.1"
4040
thiserror = "1.0.57"
41-
tokio = { version = "1.35", features = ["rt", "sync"] }
41+
tokio = { version = "1.36", features = ["rt", "sync"] }
4242
trust-dns-resolver = "0.23.2"
4343
unicode-width = "0.1.11"
4444
strum = { version = "0.26.1", features = ["derive"] }

0 commit comments

Comments
 (0)