Skip to content

Commit 9aabf4f

Browse files
fix(deps): bump tokio from 1.45.0 to 1.45.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.0 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3311ed2 commit 9aabf4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ time = { version = "0.3.39", features = [
119119
"macros",
120120
"serde",
121121
] }
122-
tokio = { version = "1.45.0", features = ["full"] }
122+
tokio = { version = "1.45.1", features = ["full"] }
123123
toml = "0.8.12"
124124
tracing = { version = "0.1.40", features = ["log"] }
125125
tracing-appender = "0.2.2"

0 commit comments

Comments
 (0)