diff --git a/Cargo.lock b/Cargo.lock index 0459bae4..648548dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index a4247268..b96e7284 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -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"