summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-23 04:16:25 +0000
committerGitHub <noreply@github.com>2023-01-23 04:16:25 +0000
commita6843dac9ddb05da097e4ffc0c61b7c05368e743 (patch)
tree16057ef1415523680a40e9472a52b518619a372c /Cargo.toml
parentee96a656869a1d22ae7bae45b257897c3df01652 (diff)
Bump tokio from 1.24.1 to 1.24.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... 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 abb9606..0b99d7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ futures = "0.3.25"
mqtt-format = { version = "0.4.0", path = "mqtt-format", features = ["yoke"] }
nom = { version = "7.1.3" }
thiserror = "1.0.38"
-tokio = { version = "1.24.1", default-features = false, features = [
+tokio = { version = "1.24.2", default-features = false, features = [
"net",
"time",
"sync",