diff --git a/Cargo.lock b/Cargo.lock index 00835d80f..07173ba0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7987,9 +7987,9 @@ dependencies = [ [[package]] name = "test-with" -version = "0.14.11" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75791778b593ea6d76454886a69cd37245c4c9af6fee37c42f024593bf1fb03" +checksum = "8bb2a43a245ab793321d71ff9f2be21785999c9aa5b2ea93dc507e97572be843" dependencies = [ "proc-macro-error2", "proc-macro2", diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index d25af738a..7a7ee65d2 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -45,7 +45,7 @@ chrono = { version = "0.4", features = [ "alloc" ] } env_logger = "0.11" gst-check = { workspace = true, features = ["v1_18"] } rand = "0.9" -test-with = { version = "0.14", default-features = false } +test-with = { version = "0.15", default-features = false } [lib] name = "gstaws"