volver a tl viejo pero sin simd

This commit is contained in:
Cat /dev/Nulo 2024-01-11 23:46:40 -03:00
parent 34bd9aa07e
commit 76cd8f3658
2 changed files with 2 additions and 3 deletions

3
scraper-rs/Cargo.lock generated
View file

@ -1366,8 +1366,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tl"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5e993a1c7c32fdf90a308cec4d457f507b2573acc909bd6e7a092321664fdb3"
source = "git+https://github.com/evertedsphere/tl?branch=patch-1#56711166588fa6c7729a08e5740dca2526436316"
[[package]]
name = "tokio"

View file

@ -27,7 +27,7 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
simple-error = "0.3.0"
thiserror = "1.0.56"
tl = "0.7.7"
tl = { git = "https://github.com/evertedsphere/tl", branch = "patch-1" }
tokio = { version = "1.35.1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"