From 5f56e6dd581fba34eb02e443b76a08d917751ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 12:14:05 +0000 Subject: [PATCH] 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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- meilisearch-types/Cargo.toml | 2 +- meilisearch/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 147e19ccf..a1ae6f766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3867,9 +3867,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.24.1" +version = "1.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" +checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" dependencies = [ "autocfg", "bytes", diff --git a/meilisearch-types/Cargo.toml b/meilisearch-types/Cargo.toml index 7c30a34c5..f62202f76 100644 --- a/meilisearch-types/Cargo.toml +++ b/meilisearch-types/Cargo.toml @@ -25,7 +25,7 @@ tar = "0.4.38" tempfile = "3.3.0" thiserror = "1.0.30" time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] } -tokio = "1.0" +tokio = "1.24" uuid = { version = "1.1.2", features = ["serde", "v4"] } [dev-dependencies] diff --git a/meilisearch/Cargo.toml b/meilisearch/Cargo.toml index 0c95142aa..dba645665 100644 --- a/meilisearch/Cargo.toml +++ b/meilisearch/Cargo.toml @@ -65,7 +65,7 @@ tar = "0.4.38" tempfile = "3.3.0" thiserror = "1.0.37" time = { version = "0.3.15", features = ["serde-well-known", "formatting", "parsing", "macros"] } -tokio = { version = "1.21.2", features = ["full"] } +tokio = { version = "1.24.2", features = ["full"] } tokio-stream = "0.1.10" toml = "0.5.9" uuid = { version = "1.1.2", features = ["serde", "v4"] }