Skip to content

Commit

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

---
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 Mar 2, 2023
1 parent 0593f51 commit 41c6a9f
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 23 deletions.
68 changes: 46 additions & 22 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 my-home/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ed25519-dalek = "1"
base64 = "0.21"
uuid = { version = "1.3", features = ["v4", "serde"] }
reqwest = { version = "0.11", features = ["rustls-tls", "hyper-rustls"], default-features = false }
tokio = { version = "1.25", features = ["macros", "rt", "net", "sync", "rt-multi-thread"] }
tokio = { version = "1.26", features = ["macros", "rt", "net", "sync", "rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["codec", "net"] }
tokio-stream = { version = "0.1", features = ["sync"] }
futures = "0.3"
Expand Down

0 comments on commit 41c6a9f

Please sign in to comment.