Files
tubestation/third_party/rust/xml-rs/Cargo.lock
Mike Hommey f8b4d9616f Bug 1744669 - Bulk update of rust crates. u, w, x. r=emilio
This updates all crates that can be updated with no addition of new
crates, that start with letter u, w or x.

Differential Revision: https://phabricator.services.mozilla.com/D133035
2021-12-10 05:50:35 +00:00

24 lines
591 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "xml-rs"
version = "0.8.4"
dependencies = [
"doc-comment",
"lazy_static",
]