Skip to content

Commit f70628b

Browse files
chore(deps): bump tokio from 1.48.0 to 1.49.0
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>
1 parent b0ceb17 commit f70628b

2 files changed

Lines changed: 3 additions & 3 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hex = "0.4.3"
1212
nix = { version = "0.30.1", features = ["fs"] }
1313
reqwest = { version = "0.12.24", features = ["stream"] }
1414
temp-file = "0.1.9"
15-
tokio = { version = "1.48.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
15+
tokio = { version = "1.49.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
1616
tokio-util = { version = "0.7.17", features = ["io"] }
1717
walkdir = "2.5.0"
1818
xxh3 = "0.1.1"

0 commit comments

Comments
 (0)