Skip to content

Commit 4a1a569

Browse files
chore(deps): bump tokio from 1.44.1 to 1.44.2 (#334)
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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d52fc3e commit 4a1a569

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ thiserror = "2.0.12"
1919
serde = { version = "1.0.219", features = ["derive"] }
2020
tracing = "0.1.41"
2121
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
22-
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread", "sync"] }
22+
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread", "sync"] }
2323
colored = "3.0.0"
2424
pretty_assertions = "1.4.1"
2525

0 commit comments

Comments
 (0)