Skip to content

Commit

Permalink
dep: upgrade tokio to 1.35.1
Browse files Browse the repository at this point in the history
Fix painc after all prefetch worker exit for fscache mode.

Signed-off-by: Xin Yin <yinxin.x@bytedance.com>
  • Loading branch information
Xin Yin committed Dec 27, 2023
1 parent 2cd8ba2 commit 4796529
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 32 deletions.
137 changes: 106 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rusqlite = { version = "0.30.0", features = ["bundled"] }
serde = { version = "1.0.110", features = ["serde_derive", "rc"] }
serde_json = "1.0.51"
tar = "0.4.40"
tokio = { version = "1.24", features = ["macros"] }
tokio = { version = "1.35.1", features = ["macros"] }

# Build static linked openssl library
openssl = { version = "0.10.55", features = ["vendored"] }
Expand Down

0 comments on commit 4796529

Please sign in to comment.