Skip to content

Commit

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

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

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 Jun 5, 2023
1 parent 23bc568 commit 4761f1b
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 bin/metrsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ ntex = { version = "0.6.7", features = ["tokio", "rustls"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
sysinfo = "0.28.2"
tokio = "1.28.1"
tokio = "1.28.2"
metrs_stubs = { version = "0.1.0", features = ["serde", "sysinfo"] }

0 comments on commit 4761f1b

Please sign in to comment.