mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 04:20:00 +00:00
Update dependencies: add futures and tokio; bump tokio version to 1.41.1
This commit is contained in:
parent
b3d36411f8
commit
d506fd23c4
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -1230,6 +1230,7 @@ name = "msyrs"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"crossbeam",
|
||||
"futures",
|
||||
"log",
|
||||
"polars",
|
||||
"rand",
|
||||
@ -1239,6 +1240,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"threadpool",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2912,9 +2914,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.41.0"
|
||||
version = "1.41.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
||||
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
|
@ -14,3 +14,5 @@ threadpool = "1.8.1"
|
||||
log = "0.4.22"
|
||||
crossbeam = "0.8"
|
||||
rayon = "1.5"
|
||||
tokio = "1.41.1"
|
||||
futures = "0.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user