diff --git a/Cargo.lock b/Cargo.lock index 27ee460553..111efd292e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9913,9 +9913,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" +checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index b0c793326b..42adc32e86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -423,7 +423,7 @@ thiserror = "1.0" tofino = { git = "http://github.com/oxidecomputer/tofino", branch = "main" } tokio = "1.36.0" tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] } -tokio-stream = "0.1.14" +tokio-stream = "0.1.15" tokio-tungstenite = "0.20" tokio-util = { version = "0.7.10", features = ["io", "io-util"] } toml = "0.8.12" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 9cc65bfa79..1e7bea0d2d 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -103,7 +103,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.52", features = ["extra time = { version = "0.3.34", features = ["formatting", "local-offset", "macros", "parsing"] } tokio = { version = "1.36.0", features = ["full", "test-util"] } tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } -tokio-stream = { version = "0.1.14", features = ["net"] } +tokio-stream = { version = "0.1.15", features = ["net"] } tokio-util = { version = "0.7.10", features = ["codec", "io-util"] } toml = { version = "0.7.8" } toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.9", features = ["serde"] } @@ -210,7 +210,7 @@ time = { version = "0.3.34", features = ["formatting", "local-offset", "macros", time-macros = { version = "0.2.17", default-features = false, features = ["formatting", "parsing"] } tokio = { version = "1.36.0", features = ["full", "test-util"] } tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } -tokio-stream = { version = "0.1.14", features = ["net"] } +tokio-stream = { version = "0.1.15", features = ["net"] } tokio-util = { version = "0.7.10", features = ["codec", "io-util"] } toml = { version = "0.7.8" } toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.9", features = ["serde"] }