mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-03 02:03:48 +00:00
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:
parent
dc3a079b0a
commit
ef99afb87f
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -7987,9 +7987,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "test-with"
|
name = "test-with"
|
||||||
version = "0.14.11"
|
version = "0.15.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d75791778b593ea6d76454886a69cd37245c4c9af6fee37c42f024593bf1fb03"
|
checksum = "8bb2a43a245ab793321d71ff9f2be21785999c9aa5b2ea93dc507e97572be843"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-error2",
|
"proc-macro-error2",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
|
@ -45,7 +45,7 @@ chrono = { version = "0.4", features = [ "alloc" ] }
|
||||||
env_logger = "0.11"
|
env_logger = "0.11"
|
||||||
gst-check = { workspace = true, features = ["v1_18"] }
|
gst-check = { workspace = true, features = ["v1_18"] }
|
||||||
rand = "0.9"
|
rand = "0.9"
|
||||||
test-with = { version = "0.14", default-features = false }
|
test-with = { version = "0.15", default-features = false }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "gstaws"
|
name = "gstaws"
|
||||||
|
|
Loading…
Reference in a new issue