diff --git a/Cargo.lock b/Cargo.lock index 6e07447..de1cd93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3533,12 +3533,10 @@ dependencies = [ [[package]] name = "tokio-test" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" +checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545" dependencies = [ - "async-stream", - "bytes", "futures-core", "tokio", "tokio-stream", diff --git a/Cargo.toml b/Cargo.toml index 7941191..4d33840 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ polars = { version = "0.44", default-features = false, features = ["lazy", "dtyp [dev-dependencies] testcontainers = { version = "0.26.3", features = ["http_wait"] } tokio = { version = "1.49.0", features = ["full"] } -tokio-test = "0.4.4" +tokio-test = "0.4.5" # This is metadata required for working docs on docs.rs [package.metadata.docs.rs]