Update cargo crates
This commit is contained in:
parent
438e164ffd
commit
76cf1eb00a
4 changed files with 820 additions and 410 deletions
1222
Cargo.lock
generated
1222
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -36,13 +36,13 @@ parking_lot = "0.12.3"
|
|||
tokio-util = "0.7.11"
|
||||
reqwest = { version = "0.12.7", default-features = false }
|
||||
socket2 = "0.5.7"
|
||||
quick-xml = { version = "0.36.1", features = ["serialize"] }
|
||||
quick-xml = { version = "0.37.1", features = ["serialize"] }
|
||||
network-interface = "2.0.0"
|
||||
futures = "0.3.30"
|
||||
|
||||
[dev-dependencies]
|
||||
tracing-subscriber = "0.3.18"
|
||||
tower-http = { version = "0.5", features = ["trace"] }
|
||||
tower-http = { version = "0.6.2", features = ["trace"] }
|
||||
|
||||
[[example]]
|
||||
name = "upnp-stub-server"
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ pub mod browse {
|
|||
|
||||
// This COULD have been done with CDATA, but some Samsung TVs don't like that, they want
|
||||
// escaped XML instead.
|
||||
let items_encoded = quick_xml::escape::escape(items_encoded.as_ref());
|
||||
let items_encoded = quick_xml::escape::escape(items_encoded);
|
||||
|
||||
format!(
|
||||
include_str!(
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ url = "2"
|
|||
network-interface = { version = "2" }
|
||||
httparse = "1.9.4"
|
||||
bstr = "1.10.0"
|
||||
quick-xml = { version = "0.36.1", features = ["serialize"] }
|
||||
quick-xml = { version = "0.37.1", features = ["serialize"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue