Skip to content

Commit 9fdc760

Browse files
build(deps): bump tokio from 1.44.1 to 1.44.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90e95ab commit 9fdc760

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

gha-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "1.0.162", default-features = false, features = ["derive"] }
1616
serde_json = { version = "1.0.96", default-features = false }
1717
sha2 = { version = "0.10.6", default-features = false }
1818
thiserror = "1.0.40"
19-
tokio = { version = "1.28.0", default-features = false, features = ["io-util"] }
19+
tokio = { version = "1.44.2", default-features = false, features = ["io-util"] }
2020
tracing = { version = "0.1.37", default-features = false }
2121
unicode-bom = "2.0.2"
2222

magic-nix-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ hyper-util = { version = "0.1", features = ["tokio", "server-auto", "http1"] }
6060
xdg = { version = "2.5.2" }
6161

6262
[dependencies.tokio]
63-
version = "1.28.0"
63+
version = "1.44.2"
6464
default-features = false
6565
features = ["fs", "macros", "process", "rt", "rt-multi-thread", "sync"]

0 commit comments

Comments
 (0)