Skip to content

Commit

Permalink
cargo: bump tokio to 1.39.1 as previous version is yanked
Browse files Browse the repository at this point in the history
```
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
```
  • Loading branch information
yuja committed Jul 24, 2024
1 parent 8fec750 commit 94a4c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -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"
Expand Down

0 comments on commit 94a4c7b

Please sign in to comment.