Skip to content

Commit a9895d0

Browse files
authored
chore: Bump tokio version to include soundness fix (#2935)
Tokio had a soundness bug that was just fixed, see tokio-rs/tokio#7232 for more details.
1 parent f43a55f commit a9895d0

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
@@ -164,7 +164,7 @@ tar = "0.4"
164164
tempfile = "3"
165165
thiserror = "2.0.3"
166166
tikv-jemallocator = "0.6"
167-
tokio = "1.43"
167+
tokio = "1.44.2"
168168
tokio-stream = "0.1.17"
169169
tracing = { version = "0.1.41" }
170170
tracing-chrome = "0.7.2"

0 commit comments

Comments
 (0)