Skip to content

Commit 1a89f66

Browse files
build(deps): bump tokio from 1.48.0 to 1.49.0 (#1358)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 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>
1 parent 7eeb166 commit 1a89f66

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

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

bin/nanocl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ serde_json = "1.0"
4747
ntex = { version = "2", features = ["tokio", "openssl"] }
4848
serde = { version = "1.0", features = ["derive"] }
4949
clap = { version = "4.5", features = ["derive", "cargo"] }
50-
tokio = { version = "1.44", features = ["fs"] }
50+
tokio = { version = "1.49", features = ["fs"] }
5151
tokio-util = "0.7"
5252
chrono = { version = "0.4", default-features = false, features = [
5353
"std",

bin/nanocld/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ diesel = { version = "2.3", features = [
6969
"ipnet-address",
7070
"i-implement-a-third-party-backend-and-opt-into-breaking-changes",
7171
] }
72-
tokio = { version = "1.44", features = ["fs", "process", "io-std"] }
72+
tokio = { version = "1.49", features = ["fs", "process", "io-std"] }
7373
tokio-util = "0.7"
7474
futures-util = "0.3"
7575
libc = "0.2"

bin/ncdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ nanocl_error = { version = "0.6", features = [
3939
log = "0.4"
4040
clap = { version = "4.5", features = ["derive"] }
4141
ntex = { version = "2", features = ["tokio", "openssl"] }
42-
tokio = { version = "1.44", features = ["fs"] }
42+
tokio = { version = "1.49", features = ["fs"] }
4343
futures = "0.3"
4444
serde = { version = "1.0", features = ["derive"] }
4545
serde_json = "1.0"

bin/ncproxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ log = "0.4"
4949
liquid = "0.26"
5050
clap = { version = "4.5", features = ["derive"] }
5151
ntex = { version = "2", features = ["tokio"] }
52-
tokio = { version = "1.44", features = ["fs"] }
52+
tokio = { version = "1.49", features = ["fs"] }
5353
serde = "1.0"
5454
serde_json = "1.0"
5555
futures = "0.3"

crates/nanocl_error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ serde_urlencoded = { version = "0.7", optional = true }
3333
diesel = { version = "2.3", default-features = false, optional = true }
3434
bollard-next = { version = "0.18.1", optional = true }
3535
serde_yaml = { version = "0.9", optional = true }
36-
tokio = { version = "1.44", default-features = false, optional = true }
36+
tokio = { version = "1.49", default-features = false, optional = true }

crates/nanocld_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ openssl = ["dep:openssl"]
2020

2121
[dev-dependencies]
2222
tokio-util = "0.7"
23-
tokio = { version = "1.44", features = ["fs"] }
23+
tokio = { version = "1.49", features = ["fs"] }
2424

2525
[dependencies]
2626
futures = "0.3"

0 commit comments

Comments
 (0)