upgrade tokio-stream

This commit is contained in:
Bryan Stitt 2022-09-19 22:25:45 +00:00
parent 3e3a9fcf64
commit b2adc73b50
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -5016,9 +5016,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
version = "0.1.9"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af"
dependencies = [
"futures-core",
"pin-project-lite",

View File

@ -59,7 +59,7 @@ serde_prometheus = "0.1.6"
time = "0.3.14"
tokio = { version = "1.21.1", features = ["full", "tracing"] }
# TODO: make sure this uuid version matches sea-orm. PR to put this in their prelude
tokio-stream = { version = "0.1.9", features = ["sync"] }
tokio-stream = { version = "0.1.10", features = ["sync"] }
toml = "0.5.9"
tower = "0.4.13"
tower-request-id = "0.2.0"