summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 04:24:36 +0000
committerGitHub <noreply@github.com>2024-04-01 04:24:36 +0000
commit3e688f09b4f1c060b4865d4e2189c722b8a7ac4f (patch)
treec393c0bc3e93b9cfe1e93d3c997961f42faf853b /Cargo.toml
parent3799a7a571050fadb3dec6a3bbfb0af5cbcfe177 (diff)
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](https://github.com/tokio-rs/tokio/compare/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] <support@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 27c147a..f584e32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ mqtt-format = { version = "0.5.0", path = "mqtt-format", features = [
paste = "1.0.14"
stable_deref_trait = "1.2.0"
thiserror = "1.0.58"
-tokio = { version = "1.36.0", features = ["macros", "full"] }
+tokio = { version = "1.37.0", features = ["macros", "full"] }
tokio-util = { version = "0.7.10", features = ["codec", "compat"] }
typed-builder = "0.18"
winnow = "0.6.5"