summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-01 10:53:01 +0800
committerGitHub <noreply@github.com>2024-01-01 10:53:01 +0800
commit01e336daf59d13257294967a2be757a1d9824cc4 (patch)
treec9dadd2f50b626beb04034257395a60f82af2e99 /Cargo.toml
parent73a39a43b425d21a3638408e05f92580d597c8c8 (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }