From 296ac64f7c00de108fff2e34bd55e923f54c0de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:56:11 +0000 Subject: [PATCH] chore(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 ++-- hipcheck/Cargo.toml | 2 +- plugins/activity/Cargo.toml | 2 +- plugins/affiliation/Cargo.toml | 2 +- plugins/binary/Cargo.toml | 2 +- plugins/churn/Cargo.toml | 2 +- plugins/entropy/Cargo.toml | 2 +- plugins/fuzz/Cargo.toml | 2 +- plugins/git/Cargo.toml | 2 +- plugins/github/Cargo.toml | 2 +- plugins/identity/Cargo.toml | 2 +- plugins/linguist/Cargo.toml | 2 +- plugins/npm/Cargo.toml | 2 +- plugins/review/Cargo.toml | 2 +- plugins/typo/Cargo.toml | 2 +- sdk/rust/Cargo.toml | 2 +- test-plugins/dummy_rand_data/Cargo.toml | 2 +- test-plugins/dummy_sha256/Cargo.toml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff582441..2f47278a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4307,9 +4307,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/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index ca027fdc..e0a8ceb7 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -118,7 +118,7 @@ tabled = "0.17.0" tar = "0.4.43" tempfile = "3.14.0" term_size = "0.3.2" -tokio = { version = "1.41.1", features = [ +tokio = { version = "1.42.0", features = [ "rt", "rt-multi-thread", "sync", diff --git a/plugins/activity/Cargo.toml b/plugins/activity/Cargo.toml index a76642db..2c6809f2 100644 --- a/plugins/activity/Cargo.toml +++ b/plugins/activity/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.22" schemars = { version = "0.8.21", features = ["url"] } serde = { version = "1.0.215", features = ["derive", "rc"] } serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } [dev-dependencies] hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [ diff --git a/plugins/affiliation/Cargo.toml b/plugins/affiliation/Cargo.toml index 83bd2e94..40efb51e 100644 --- a/plugins/affiliation/Cargo.toml +++ b/plugins/affiliation/Cargo.toml @@ -19,7 +19,7 @@ schemars = { version = "0.8.21", features = ["url"] } serde = { version = "1.0.215", features = ["derive", "rc"] } serde_json = "1.0.133" strum = { version = "0.26.3", features = ["derive"] } -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } [dev-dependencies] hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [ diff --git a/plugins/binary/Cargo.toml b/plugins/binary/Cargo.toml index 6f19eadc..c9529fb7 100644 --- a/plugins/binary/Cargo.toml +++ b/plugins/binary/Cargo.toml @@ -17,7 +17,7 @@ pathbuf = "1.0.0" schemars = "0.8.21" serde = "1.0.215" serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } toml = "0.8.19" walkdir = "2.5.0" diff --git a/plugins/churn/Cargo.toml b/plugins/churn/Cargo.toml index 3b28ce30..a76d5e6d 100644 --- a/plugins/churn/Cargo.toml +++ b/plugins/churn/Cargo.toml @@ -16,7 +16,7 @@ salsa = "0.16.1" schemars = "0.8.21" serde = "1.0.215" serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } toml = "0.8.19" [dev-dependencies] diff --git a/plugins/entropy/Cargo.toml b/plugins/entropy/Cargo.toml index f82aa568..fbd67f44 100644 --- a/plugins/entropy/Cargo.toml +++ b/plugins/entropy/Cargo.toml @@ -22,7 +22,7 @@ salsa = "0.16.1" schemars = "0.8.21" serde = "1.0.215" serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } toml = "0.8.19" unicode-normalization = "0.1.24" diff --git a/plugins/fuzz/Cargo.toml b/plugins/fuzz/Cargo.toml index 38045ad7..6c7d2432 100644 --- a/plugins/fuzz/Cargo.toml +++ b/plugins/fuzz/Cargo.toml @@ -13,7 +13,7 @@ hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [ ] } serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } [dev-dependencies] hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [ diff --git a/plugins/git/Cargo.toml b/plugins/git/Cargo.toml index 6666ba23..f3ca8dc7 100644 --- a/plugins/git/Cargo.toml +++ b/plugins/git/Cargo.toml @@ -19,5 +19,5 @@ once_cell = "1.10.0" schemars = { version = "0.8.21", features = ["url"] } semver = "1.0.24" serde = { version = "1.0.215", features = ["derive", "rc"] } -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } which = { version = "7.0.0", default-features = false } diff --git a/plugins/github/Cargo.toml b/plugins/github/Cargo.toml index 6136d08d..b6823251 100644 --- a/plugins/github/Cargo.toml +++ b/plugins/github/Cargo.toml @@ -27,7 +27,7 @@ rustls-native-certs = "0.8.1" schemars = { version = "0.8.21", features = ["url"] } serde = "1.0.215" serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } ureq = { version = "2.12.1", default-features = false, features = [ "json", "tls", diff --git a/plugins/identity/Cargo.toml b/plugins/identity/Cargo.toml index f992e303..ab495bd6 100644 --- a/plugins/identity/Cargo.toml +++ b/plugins/identity/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.22" schemars = "0.8.21" serde = "1.0.215" serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } toml = "0.8.19" [dev-dependencies] diff --git a/plugins/linguist/Cargo.toml b/plugins/linguist/Cargo.toml index ca99bba2..59ecd6c3 100644 --- a/plugins/linguist/Cargo.toml +++ b/plugins/linguist/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.22" pathbuf = "1.0.0" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } toml = "0.8.19" [dev-dependencies] diff --git a/plugins/npm/Cargo.toml b/plugins/npm/Cargo.toml index 33c4cc60..8abe81f2 100644 --- a/plugins/npm/Cargo.toml +++ b/plugins/npm/Cargo.toml @@ -19,5 +19,5 @@ schemars = { version = "0.8.21", features = ["url"] } semver = "1.0.24" serde = { version = "1.0.215", features = ["derive", "rc"] } serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } which = { version = "7.0.0", default-features = false } diff --git a/plugins/review/Cargo.toml b/plugins/review/Cargo.toml index cf8a4431..56505c9b 100644 --- a/plugins/review/Cargo.toml +++ b/plugins/review/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.22" schemars = { version = "0.8.21", features = ["url"] } serde = { version = "1.0.215", features = ["derive", "rc"] } serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } url = "2.5.4" [dev-dependencies] diff --git a/plugins/typo/Cargo.toml b/plugins/typo/Cargo.toml index 61a3a6a2..1fa55fab 100644 --- a/plugins/typo/Cargo.toml +++ b/plugins/typo/Cargo.toml @@ -17,7 +17,7 @@ maplit = "1.0.2" pathbuf = "1.0.0" serde = { version = "1.0.215", features = ["derive", "rc"] } serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } toml = "0.8.19" url = "2.5.4" diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 2f675f0d..35910712 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -17,7 +17,7 @@ prost = "0.13.3" rand = "0.8.5" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } tokio-stream = "0.1.17" tonic = "0.12.3" schemars = { version = "0.8.21", features = ["url"] } diff --git a/test-plugins/dummy_rand_data/Cargo.toml b/test-plugins/dummy_rand_data/Cargo.toml index bcdc18c8..2101c312 100644 --- a/test-plugins/dummy_rand_data/Cargo.toml +++ b/test-plugins/dummy_rand_data/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.94" clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } rand = "0.8.5" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] } [dev-dependencies] hipcheck-sdk = { path = "../../sdk/rust", features = ["macros", "mock_engine"] } diff --git a/test-plugins/dummy_sha256/Cargo.toml b/test-plugins/dummy_sha256/Cargo.toml index 8e70b4b5..494cf646 100644 --- a/test-plugins/dummy_sha256/Cargo.toml +++ b/test-plugins/dummy_sha256/Cargo.toml @@ -9,4 +9,4 @@ publish = false clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"]} sha2 = "0.10.8" -tokio = { version = "1.41.1", features = ["rt"] } +tokio = { version = "1.42.0", features = ["rt"] }