chore(deps): Bump tokio from 1.18.0 to 1.18.1 (#4509)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.0...tokio-1.18.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-05-04 15:03:00 +00:00 committed by GitHub
parent fa7fd5f94c
commit c8f64f7c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -6207,9 +6207,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.18.0" version = "1.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"
dependencies = [ dependencies = [
"bytes", "bytes",
"libc", "libc",

View File

@ -13,7 +13,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
observability_deps = { path = "../observability_deps" } observability_deps = { path = "../observability_deps" }
workspace-hack = { path = "../workspace-hack"} workspace-hack = { path = "../workspace-hack"}
async-trait = { version = "0.1.53", optional = true } async-trait = { version = "0.1.53", optional = true }
tokio = { version = "1.18.0", optional = true, default_features = false, features = ["time"] } tokio = { version = "1.18.1", optional = true, default_features = false, features = ["time"] }
[features] [features]
default = [] default = []