From 0861f2396dcc423d5baa5c471b914560475b357d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 06:46:13 +0000 Subject: [PATCH] Bump tokio from 1.17.0 to 1.18.4 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- ydb-example-urlshortener/Cargo.toml | 2 +- ydb/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 936e67b2..1bee0cba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1650,16 +1650,15 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.17.0" +version = "1.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "8bfb875c82dc0a4f1f37a30e720dee181a2b3a06a428b0fc6873ea38d6407850" dependencies = [ "bytes", "libc", "memchr", "mio", "num_cpus", - "once_cell", "parking_lot", "pin-project-lite", "signal-hook-registry", @@ -2323,7 +2322,7 @@ dependencies = [ [[package]] name = "ydb" -version = "0.5.0" +version = "0.5.1" dependencies = [ "async-trait", "async_once", diff --git a/ydb-example-urlshortener/Cargo.toml b/ydb-example-urlshortener/Cargo.toml index 2565d225..2ab0a4ce 100644 --- a/ydb-example-urlshortener/Cargo.toml +++ b/ydb-example-urlshortener/Cargo.toml @@ -11,7 +11,7 @@ async_once="0.2.6" hashers="1.0.1" lazy_static = "1.4.0" serde={version="1.0", features=["derive"]} -tokio={version="1.17", features=["macros", "rt-multi-thread", "net"]} +tokio={version="1.18", features=["macros", "rt-multi-thread", "net"]} tracing = "0.1" tracing-subscriber = "0.3" warp="0.3.2" diff --git a/ydb/Cargo.toml b/ydb/Cargo.toml index 7790a8f8..2f7ef3f8 100644 --- a/ydb/Cargo.toml +++ b/ydb/Cargo.toml @@ -24,7 +24,7 @@ reqwest = {version="0.11", features = ["blocking", "json","rustls"], default-fea serde={version="1.0", features=["derive"]} serde_json="1.0" strum = { version = "0.21", features = ["derive"] } -tokio = { version = "1.17", features = ["full"]} +tokio = { version = "1.18", features = ["full"]} tracing = "0.1" tracing-test = "0.2.1" tracing-subscriber = "0.3"