Skip to content

Commit

Permalink
build(deps): bump tokio from 1.24.0 to 1.24.2 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 4, 2023
1 parent 6d729f6 commit 3ab16cf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 htsget-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ htsget-http = { version = "0.1.1", path = "../htsget-http", default-features = f
htsget-search = { version = "0.1.1", path = "../htsget-search", default-features = false }
htsget-config = { version = "0.1.1", path = "../htsget-config", default-features = false }
futures = { version = "0.3" }
tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] }

tracing-actix-web = "0.7"
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion htsget-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http = "0.2"
htsget-search = { version = "0.1.1", path = "../htsget-search", default-features = false }
htsget-config = { version = "0.1.1", path = "../htsget-config", default-features = false }
futures = { version = "0.3" }
tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion htsget-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default = ["s3-storage"]

[dependencies]
envy = "0.4"
tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.3", features = ["cors"] }
lambda_http = { version = "0.7" }
lambda_runtime = { version = "0.7" }
Expand Down
2 changes: 1 addition & 1 deletion htsget-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tower = { version = "0.4", features = ["make"] }

# Async
tokio-rustls = "0.23"
tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["io", "compat"] }
futures = { version = "0.3" }
futures-util = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion htsget-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ noodles-vcf = { version = "0.23", features = ["async"], optional = true }
noodles-bgzf = { version = "0.18", features = ["async"], optional = true }

reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "rustls-tls"], optional = true }
tokio = { version = "1.21", features = ["rt-multi-thread"], optional = true }
tokio = { version = "1.24", features = ["rt-multi-thread"], optional = true }
futures = { version = "0.3", optional = true }
async-trait = { version = "0.1", optional = true }
http = { version = "0.2", optional = true }
Expand Down

0 comments on commit 3ab16cf

Please sign in to comment.