Skip to content

Commit e6174af

Browse files
Update serde-xml-rs requirement from 0.6 to 0.7
Updates the requirements on [serde-xml-rs](https://github.com/RReverser/serde-xml-rs) to permit the latest version. - [Commits](RReverser/serde-xml-rs@0.6.0...0.7.0) --- updated-dependencies: - dependency-name: serde-xml-rs dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9c84bc commit e6174af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ futures = "0.3"
6868
io-extras = "0.18.0"
6969

7070
# For DDS Security:
71-
serde-xml-rs = { version = "0.6" , optional = true } # for reading spec-mandated XML config files
71+
serde-xml-rs = { version = "0.7" , optional = true } # for reading spec-mandated XML config files
7272
glob = { version = "0.3" , optional = true } # for reading spec-mandated XML config files
7373
mailparse = { version = "0.15" , optional = true } # for reading S/MIME-encoded (XML) config files
7474
x509-certificate = { version = "0.24" , optional = true } # for configuration certificates

0 commit comments

Comments
 (0)