net: Update to sprintf 0.4

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2117>
This commit is contained in:
Sebastian Dröge 2025-03-03 16:45:21 +02:00
parent 21947c28a6
commit 18cdcaa2e0
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -7184,9 +7184,9 @@ dependencies = [
[[package]]
name = "sprintf"
version = "0.2.1"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2819cb5194dfe9e6d102f4519a9fb9dc7106d2879b71b4fd4d4677f1175bd39"
checksum = "46781e6f401f1557f5b4560284baf7268bd9ca531e9e387120a8695fe5bc1fb1"
dependencies = [
"thiserror 1.0.69",
]

View file

@ -34,7 +34,7 @@ serde_json = "1"
serde_with = "3"
url = "2"
gst-video = { workspace = true, features = ["v1_22"] }
sprintf = "0.2"
sprintf = "0.4"
anyhow = "1"
[dev-dependencies]

View file

@ -14,7 +14,7 @@ gst-app.workspace = true
gio.workspace = true
m3u8-rs = "5.0"
chrono = "0.4"
sprintf = "0.2"
sprintf = "0.4"
[dev-dependencies]
gst-audio.workspace = true