Skip to content

Commit

Permalink
build(deps): bump tokio from 1.38.0 to 1.39.2 (#1014)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.39.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.39.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 3, 2024
1 parent d3cbd49 commit 29dcb7e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 11 deletions.
22 changes: 17 additions & 5 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 bin/nanocl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde_json = "1.0"
ntex = { version = "2", features = ["tokio", "openssl"] }
serde = { version = "1.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive", "cargo"] }
tokio = { version = "1.36", features = ["fs"] }
tokio = { version = "1.39", features = ["fs"] }
tokio-util = "0.7"
chrono = { version = "0.4", default-features = false, features = [
"std",
Expand Down
2 changes: 1 addition & 1 deletion bin/nanocld/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ diesel = { version = "2.2", features = [
"ipnet-address",
"i-implement-a-third-party-backend-and-opt-into-breaking-changes",
] }
tokio = { version = "1.36", features = ["fs", "process", "io-std"] }
tokio = { version = "1.39", features = ["fs", "process", "io-std"] }
tokio-util = "0.7"
futures-util = "0.3"
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion bin/ncdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nanocl_error = { version = "0.4", features = ["io", "http", "http_client"] }
log = "0.4"
clap = { version = "4.5", features = ["derive"] }
ntex = { version = "2", features = ["tokio", "openssl"] }
tokio = { version = "1.36", features = ["fs"] }
tokio = { version = "1.39", features = ["fs"] }
futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion bin/ncproxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ log = "0.4"
liquid = "0.26"
clap = { version = "4.5", features = ["derive"] }
ntex = { version = "2", features = ["tokio"] }
tokio = { version = "1.36", features = ["fs"] }
tokio = { version = "1.39", features = ["fs"] }
serde = "1.0"
serde_json = "1.0"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/nanocl_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ serde_urlencoded = { version = "0.7", optional = true }
diesel = { version = "2.2", default-features = false, optional = true }
bollard-next = { version = "0.16.1", optional = true }
serde_yaml = { version = "0.9", optional = true }
tokio = { version = "1.36", default-features = false, optional = true }
tokio = { version = "1.39", default-features = false, optional = true }
2 changes: 1 addition & 1 deletion crates/nanocld_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ openssl = ["dep:openssl"]

[dev-dependencies]
tokio-util = "0.7"
tokio = { version = "1.36", features = ["fs"] }
tokio = { version = "1.39", features = ["fs"] }

[dependencies]
futures = "0.3"
Expand Down

0 comments on commit 29dcb7e

Please sign in to comment.