Skip to content

Commit fad55bc

Browse files
chore(deps): Bump the tokio group across 1 directory with 2 updates
Bumps the tokio group with 2 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio) and [tokio-util](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) Updates `tokio-util` from 0.7.16 to 0.7.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.17) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tokio - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tokio ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cdd804 commit fad55bc

File tree

4 files changed

+11
-70
lines changed

4 files changed

+11
-70
lines changed

Cargo.lock

Lines changed: 7 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ noodles-bgzf = { version = "0.36.0",features = ["libdeflate"] }
2727
noodles-cram = { git = "https://github.com/biodatageeks/noodles.git",rev = "d6f205e9bb5369762236724fb54d24c5e1d9b79a", features = ["async"] }
2828
noodles-sam = { git = "https://github.com/biodatageeks/noodles.git",rev = "d6f205e9bb5369762236724fb54d24c5e1d9b79a" }
2929
noodles-fasta = { git = "https://github.com/biodatageeks/noodles.git",rev = "d6f205e9bb5369762236724fb54d24c5e1d9b79a", features = ["async"] }
30-
tokio = { version = "1.43.0", features = ["rt-multi-thread", "rt", "macros"] }
31-
tokio-util = { version="0.7.13", features = ["io-util", "compat"] }
30+
tokio = { version = "1.48.0", features = ["rt-multi-thread", "rt", "macros"] }
31+
tokio-util = { version="0.7.17", features = ["io-util", "compat"] }
3232
bytes = "1.10.0"
3333
futures = "0.3.31"
3434
async-stream = "0.3.6"

benchmarks/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] }
1313
serde_json = "1.0"
1414
reqwest = { version = "0.12", features = ["blocking", "stream"] }
1515
sha2 = "0.10"
16-
tokio = { version = "1.43", features = ["full"] }
16+
tokio = { version = "1.48", features = ["full"] }
1717
chrono = { version = "0.4", features = ["serde"] }
1818
sysinfo = "0.32"
1919
anyhow = "1.0"

benchmarks/runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde_yaml = "0.9"
3232
serde_json = "1.0"
3333

3434
# Async runtime and error handling
35-
tokio = { version = "1.43", features = ["full"] }
35+
tokio = { version = "1.48", features = ["full"] }
3636
anyhow = "1.0"
3737

3838
# Logging

0 commit comments

Comments
 (0)