Skip to content

Commit e46995a

Browse files
Update instant-xml requirement from 0.5 to 0.6
Updates the requirements on [instant-xml](https://github.com/djc/instant-xml) to permit the latest version. - [Release notes](https://github.com/djc/instant-xml/releases) - [Commits](djc/instant-xml@0.5.0...0.6.0) --- updated-dependencies: - dependency-name: instant-xml dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c83053a commit e46995a

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
@@ -17,7 +17,7 @@ __rustls = []
1717
async-trait = "0.1.52"
1818
celes = "2.1"
1919
chrono = { version = "0.4.23", features = ["serde"] }
20-
instant-xml = { version = "0.5", features = ["chrono"] }
20+
instant-xml = { version = "0.6", features = ["chrono"] }
2121
rustls-platform-verifier = { version = "0.6", optional = true }
2222
serde = { version = "1.0", features = ["derive"] }
2323
tokio = { version = "1.0", features = ["io-util", "net", "time"] }

0 commit comments

Comments
 (0)