summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-21 04:36:32 +0000
committerGitHub <noreply@github.com>2022-11-21 04:36:32 +0000
commit2516ee8674870fc5b82edcc429b99e8e0666bafe (patch)
treeed1e978585ede14c9c12a3f337d63fc4f3bb00e2
parent4767141eaf12c127fe952ecde7f39e94ce4cff2f (diff)
Bump tokio from 1.21.2 to 1.22.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.22.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.22.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--mqtt-format/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 90f6ee2..7ee362a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -616,9 +616,9 @@ dependencies = [
[[package]]
name = "tokio"
-version = "1.21.2"
+version = "1.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
+checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
dependencies = [
"autocfg",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index aa96b2d..eea4cad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ futures = "0.3.25"
mqtt-format = { version = "0.2.0", path = "mqtt-format" }
nom = { version = "7.1.1" }
thiserror = "1.0.37"
-tokio = { version = "1.21.2", default-features = false, features = [
+tokio = { version = "1.22.0", default-features = false, features = [
"net",
"time",
"sync",
diff --git a/mqtt-format/Cargo.toml b/mqtt-format/Cargo.toml
index 92ced56..e743cf9 100644
--- a/mqtt-format/Cargo.toml
+++ b/mqtt-format/Cargo.toml
@@ -19,4 +19,4 @@ thiserror = "1.0.37"
[dev-dependencies]
pretty_assertions = "1.3.0"
-tokio = { version = "1.21.2", features = ["test-util", "macros"] }
+tokio = { version = "1.22.0", features = ["test-util", "macros"] }