summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-01 10:41:35 +0800
committerGitHub <noreply@github.com>2023-12-01 10:41:35 +0800
commitfdfbdb860b496d7688d54bb1f8d8cd985afa3653 (patch)
treef945c50e9295ea71bd5b1757d1d66187fff3da4e /Cargo.toml
parent8919229ae84ef3ae7785be8e05efbea4fab80af4 (diff)
chore(deps): bump tokio from 1.33.0 to 1.34.0 (#335)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.34.0) --- 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 334cf1a..8e3f367 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.33", features = ["rt", "sync"] }
+tokio = { version = "1.34", features = ["rt", "sync"] }
trust-dns-resolver = "0.23.2"
unicode-width = "0.1.11"
strum = { version = "0.25.0", features = ["derive"] }