Update cargo crates

This commit is contained in:
Igor Katson 2024-12-03 20:44:23 +00:00
parent 438e164ffd
commit 76cf1eb00a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 820 additions and 410 deletions

View file

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