Update bots manager

This commit is contained in:
2023-07-21 01:07:08 +02:00
parent 1b4a5a6b2e
commit 507ad1f91f
4 changed files with 222 additions and 153 deletions

23
Cargo.lock generated
View File

@@ -225,7 +225,10 @@ dependencies = [
"teloxide",
"textwrap",
"tokio",
"tokio-stream",
"tokio-util",
"tower",
"tower-http 0.4.3",
"url",
]
@@ -1986,7 +1989,7 @@ dependencies = [
"tokio-stream",
"tokio-util",
"tower",
"tower-http",
"tower-http 0.3.5",
"url",
]
@@ -2242,6 +2245,24 @@ dependencies = [
"tracing",
]
[[package]]
name = "tower-http"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82"
dependencies = [
"bitflags 2.3.3",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
version = "0.3.2"