Skip to content

Commit 8933ed4

Browse files
fix(deps): update rust crate tokio to v1.45.0 (#602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 220cf82 commit 8933ed4

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ratatui = { version = "=0.29.0", optional = true }
2222
rlimit = "=0.10.2"
2323
serde = "=1.0.219"
2424
serde_json = "=1.0.140"
25-
tokio = { version = "=1.44.2", features = ["full"] }
25+
tokio = { version = "=1.45.0", features = ["full"] }
2626
toml = "=0.8.22"
2727
tui-logger = { version = "=0.17.2", optional = true }
2828
url = "=2.5.4"

0 commit comments

Comments
 (0)