ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump tokio to 1.39.1 as previous version is yanked

```
error[yanked]: detected yanked crate (try `cargo update -p tokio`)
    ┌─ /github/workspace/Cargo.lock:316:1
    │
316 │ tokio 1.39.0 registry+https://github.com/rust-lang/crates.io-index
    │ ------------------------------------------------------------------ yanked version
```
This commit is contained in:
Yuya Nishihara 2024-07-24 10:56:51 +09:00
parent 8fec7500c3
commit 94a4c7b714
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3264,9 +3264,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.39.0"
version = "1.39.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3318c4fc7126c339a40fbc025927d0328ca32259f68bfe4321660644c1f626"
checksum = "d040ac2b29ab03b09d4129c2f5bbd012a3ac2f79d38ff506a4bf8dd34b0eac8a"
dependencies = [
"backtrace",
"bytes",

View file

@ -98,7 +98,7 @@ test-case = "3.3.1"
textwrap = "0.16.1"
thiserror = "1.0.63"
timeago = { version = "0.4.2", default-features = false }
tokio = { version = "1.39.0" }
tokio = { version = "1.39.1" }
toml_edit = { version = "0.19.15", features = ["serde"] }
tracing = "0.1.40"
tracing-chrome = "0.7.2"