summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-01-09 08:13:21 +0000
committerGitHub <noreply@github.com>2023-01-09 08:13:21 +0000
commite9d16097de749a88ebb6b2358908f6652ea24167 (patch)
tree6b445fcf34dfab8ef1ac393a0647d7b10c19e22d /Cargo.toml
parent5499eee09d264240abd4ae8e7112090493e0f137 (diff)
parentb18327dd46c1e6e708589c11173dc12dff54a465 (diff)
Merge #127
127: Bump tokio from 1.23.0 to 1.24.1 r=matthiasbeyer a=dependabot[bot] Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.24.1. 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 4fb9ded..ba7a30e 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.2" }
thiserror = "1.0.38"
-tokio = { version = "1.23.0", default-features = false, features = [
+tokio = { version = "1.24.1", default-features = false, features = [
"net",
"time",
"sync",