Skip to content

Commit

Permalink
chore(deps): Bump tokio from 1.41.1 to 1.42.0
Browse files Browse the repository at this point in the history
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](tokio-rs/tokio@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 45308cb commit 14614f6
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/activity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion plugins/affiliation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion plugins/binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion plugins/churn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion plugins/entropy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion plugins/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion plugins/github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion plugins/linguist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion plugins/npm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion plugins/review/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion plugins/typo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion test-plugins/dummy_rand_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion test-plugins/dummy_sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 14614f6

Please sign in to comment.