Skip to content

Commit

Permalink
build(deps): bump tokio from 1.19.2 to 1.29.1
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.29.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.19.2...tokio-1.29.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and otavio committed Mar 25, 2024
1 parent b408f1d commit 4d53548
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 15 deletions.
93 changes: 79 additions & 14 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 @@ -11,5 +11,5 @@ anyhow = "1.0.52"
clap = { version = "4.5.3", features = ["derive"] }
indicatif = "0.17.8"
reqwest = "0.12.1"
tokio = { version = "1.19.2", features = ["macros", "fs", "io-util", "rt-multi-thread"] }
tokio = { version = "1.29.1", features = ["macros", "fs", "io-util", "rt-multi-thread"] }

0 comments on commit 4d53548

Please sign in to comment.