From 01e336daf59d13257294967a2be757a1d9824cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:53:01 +0800 Subject: chore(deps): bump tokio from 1.34.0 to 1.35.1 (#351) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6cc1132..533673d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ ratatui = "0.24.0" resolv-conf = "0.7.0" simplelog = "0.12.1" thiserror = "1.0.50" -tokio = { version = "1.34", features = ["rt", "sync"] } +tokio = { version = "1.35", features = ["rt", "sync"] } trust-dns-resolver = "0.23.2" unicode-width = "0.1.11" strum = { version = "0.25.0", features = ["derive"] } -- cgit v1.2.3