This commit is contained in:
Jun Kurihara 2025-05-06 23:51:04 +09:00
commit 67e78041b4
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
5 changed files with 55 additions and 37 deletions

View file

@ -35,7 +35,7 @@ libmimalloc-sys = { version = "=0.1.40" }
anyhow = "1.0.98"
ahash = "0.8.11"
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
tokio = { version = "1.44.2", default-features = false, features = [
tokio = { version = "1.45.0", default-features = false, features = [
"net",
"rt-multi-thread",
"time",