From 5de05bdd65b894bdc024c3171e45a3503bf70569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 3 Mar 2025 16:49:46 +0200 Subject: [PATCH] net: Update to xmltree 0.11 Part-of: --- Cargo.lock | 4 ++-- net/onvif/Cargo.toml | 2 +- net/relationmeta/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c500fc8e2..9485032e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8759,9 +8759,9 @@ checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" [[package]] name = "xmltree" -version = "0.10.3" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" +checksum = "b619f8c85654798007fb10afa5125590b43b088c225a25fc2fec100a9fad0fc6" dependencies = [ "xml-rs", ] diff --git a/net/onvif/Cargo.toml b/net/onvif/Cargo.toml index 3a05649ac..a4df2e9ec 100644 --- a/net/onvif/Cargo.toml +++ b/net/onvif/Cargo.toml @@ -18,7 +18,7 @@ chrono = { version = "0.4.31", default-features = false } cairo-rs.workspace = true pango.workspace = true pangocairo.workspace = true -xmltree = "0.10" +xmltree = "0.11" [lib] name = "gstrsonvif" diff --git a/net/relationmeta/Cargo.toml b/net/relationmeta/Cargo.toml index fc48c9793..33d757b77 100644 --- a/net/relationmeta/Cargo.toml +++ b/net/relationmeta/Cargo.toml @@ -15,7 +15,7 @@ gst-base = { workspace = true, features = ["v1_24"] } gst-video = { workspace = true, features = ["v1_24"] } gst-analytics = { workspace = true } chrono = { version = "0.4.31", default-features = false } -xmltree = "0.10" +xmltree = "0.11" glib = { workspace = true, features = ["v2_62"] } [lib]