Skip to content

Commit

Permalink
Bump tokio from 0.2.25 to 1.8.4
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.25 to 1.8.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-0.2.25...tokio-1.8.4)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2022
1 parent a14a8e3 commit 19b1335
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 38 deletions.
119 changes: 83 additions & 36 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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_derive = "1"
serde_json = "1"
thiserror = "1"
log = "0.4"
tokio = { version = "0.2", features = ["full"] }
tokio = { version = "1.8", features = ["full"] }
tokio-rustls = "0.13"
http = "0.2"
hyper-rustls = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion servers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4"
serde_derive = "1"
serde_json = "1"
chrono = "0.4.11"
tokio = {version = "0.2", features = ["full"] }
tokio = {version = "1.8", features = ["full"] }
tokio-util = { version = "0.2", features = ["codec"] }
walkdir = "2.3.1"

Expand Down

0 comments on commit 19b1335

Please sign in to comment.