aws: Update to test-with 0.15

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2356>
This commit is contained in:
Sebastian Dröge 2025-07-09 11:36:34 +03:00 committed by GStreamer Marge Bot
parent dc3a079b0a
commit ef99afb87f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"