summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-30 04:32:32 +0000
committerGitHub <noreply@github.com>2023-01-30 04:32:32 +0000
commitf11704bbfc97328366d8efcb920ee2d54d7c20a0 (patch)
treef0bcf0bdbd94ecb279cb6aa25eb1235b2e824456 /Cargo.toml
parent4a976f0e5ad47467ff0d1fec1d4621b6ee78c3ab (diff)
Build(deps): Bump tokio from 1.24.2 to 1.25.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.2 to 1.25.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits/tokio-1.25.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 d34acff..b24bb6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ futures = "0.3.25"
mqtt-format = { version = "0.5.0", path = "mqtt-format", features = ["yoke"] }
nom = { version = "7.1.3" }
thiserror = "1.0.38"
-tokio = { version = "1.24.2", default-features = false, features = [
+tokio = { version = "1.25.0", default-features = false, features = [
"net",
"time",
"sync",