Skip to content

Commit

Permalink
Bump tokio from 1.25.0 to 1.26.0 in /rustclient/example (#83)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2023
1 parent 8093c8d commit b7020c9
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 51 deletions.
110 changes: 60 additions & 50 deletions rustclient/example/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 rustclient/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.26", features = ["macros", "rt-multi-thread"] }
karmen = { path = "../lib" }

0 comments on commit b7020c9

Please sign in to comment.