From e553b6f6fd50f8e9be90c0dde8f2730952201c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:55:30 +0000 Subject: [PATCH] Bump tokio from 1.32.0 to 1.33.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- common/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3920617..ab751ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2212,9 +2212,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index aefa6f9..24e0814 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -16,5 +16,5 @@ common = { path = "../common" } env_logger = "0.10.0" log = "0.4.19" serde_json = "1.0.97" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } roxmltree = "0.18.0" diff --git a/common/Cargo.toml b/common/Cargo.toml index 3e55454..7c5ef72 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -14,7 +14,7 @@ uuid = { version = "1.4.0", features = ["v4", "fast-rng"] } serde = { version = "1.0", features = ["derive"] } toml = "0.8.0" log = "0.4.19" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } serde_json = "1.0.97" async-trait = "0.1.68" tokio-postgres = "0.7" diff --git a/server/Cargo.toml b/server/Cargo.toml index 8644171..e1c3ae4 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4.19" mime = "0.3.17" quick-xml = "0.30.0" roxmltree = "0.18.0" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } rdkafka = { version = "0.34.0", features = ["zstd", "libz", "external-lz4"] } regex = "1.9.0" lazy_static = "1.4.0"