build(deps): bump tokio from 1.18.2 to 1.18.5

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-04 02:17:37 +00:00 коммит произвёл GitHub
Родитель 3e5538c361
Коммит 21e93241ea
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 5 удалений

5
Cargo.lock сгенерированный
Просмотреть файл

@ -1945,15 +1945,14 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.18.2"
version = "1.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e"
dependencies = [
"bytes",
"libc",
"memchr",
"mio",
"once_cell",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",

Просмотреть файл

@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
anyhow = "1"
futures = "0.3"
tokio = { version = "1.0", features = ["signal", "rt"] }
tokio = { version = "1.18", features = ["signal", "rt"] }
clap = { version = "3", features = ["derive"] }
async-tungstenite = { version = "0.17", features = ["tokio-runtime", "tokio-openssl"] }
serde_json = "1"

Просмотреть файл

@ -14,7 +14,7 @@ gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org
gst-utils = { package = "gstreamer-utils", git="https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
glib = "0.15"
futures = "0.3"
tokio = { version = "1.6.1", features = ["time", "test-util"] }
tokio = { version = "1.18.5", features = ["time", "test-util"] }
actix = "0.13"
actix-rt = "2"
actix-web = { version = "4", features = ["openssl"] }