Skip to content

Commit fd44ebb

Browse files
build(deps): update quick-xml requirement from 0.40.1 to 0.41.0 (#785)
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.40.1...v0.41.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f04df7a commit fd44ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ http-body-util = { version = "0.1.2", optional = true }
5353
httparse = { version = "1.8.0", default-features = false, features = ["std"], optional = true }
5454
hyper = { version = "1.2", default-features = false, optional = true }
5555
md-5 = { version = "0.11.0", default-features = false, optional = true }
56-
quick-xml = { version = "0.40.1", features = ["serialize", "overlapped-lists"], optional = true }
56+
quick-xml = { version = "0.41.0", features = ["serialize", "overlapped-lists"], optional = true }
5757
rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true }
5858
reqwest = { version = "0.13", default-features = false, features = ["http2"], optional = true }
5959
ring = { version = "0.17", default-features = false, features = ["std"], optional = true }

0 commit comments

Comments
 (0)