From e954815d874f538f7927cb454df1f511bd99457f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:16:58 +0000 Subject: [PATCH] build(deps): bump tokio from 1.41.1 to 1.42.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- repology-vulnupdater/Cargo.toml | 2 +- repology-webapp/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8911f4c..2f3e490 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2933,9 +2933,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/repology-vulnupdater/Cargo.toml b/repology-vulnupdater/Cargo.toml index d4c80a9..8ee96b4 100644 --- a/repology-vulnupdater/Cargo.toml +++ b/repology-vulnupdater/Cargo.toml @@ -16,7 +16,7 @@ reqwest = { version = "0.12.9", features = ["stream"] } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.133" sqlx = { version = "0.8.2", features = ["postgres", "chrono", "runtime-tokio"] } -tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] } tracing = "0.1.41" tracing-appender = "0.2.3" tracing-subscriber = "0.3.19" diff --git a/repology-webapp/Cargo.toml b/repology-webapp/Cargo.toml index 3c7d503..3578831 100644 --- a/repology-webapp/Cargo.toml +++ b/repology-webapp/Cargo.toml @@ -36,7 +36,7 @@ serde_json = "1.0.133" sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "chrono"] } strum = { version = "0.26.3", features = ["strum_macros", "derive"] } strum_macros = "0.26.4" -tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] } tracing = "0.1.41" tracing-appender = "0.2.3" tracing-subscriber = "0.3.19"