Bump tokio-stream from 0.1.12 to 0.1.14

Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.12 to 0.1.14.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.12...tokio-0.1.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-04 04:59:36 +00:00
committed by Henrik Friedrichsen
parent fe2b108c69
commit 9186ebc565
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3547,9 +3547,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
version = "0.1.12"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
dependencies = [
"futures-core",
"pin-project-lite",

View File

@@ -47,7 +47,7 @@ strum = "0.24.1"
strum_macros = "0.24.3"
tokio = {version = "1", features = ["rt-multi-thread", "sync", "time", "net"]}
tokio-util = {version = "0.7.8", features = ["codec"]}
tokio-stream = {version = "0.1.11", features = ["sync"]}
tokio-stream = {version = "0.1.14", features = ["sync"]}
toml = "0.7"
unicode-width = "0.1.9"
url = "2.2"