Skip to content

Commit 992e5f8

Browse files
committed
chore: update quick-xml to version 0.38.0
1 parent 40d30c6 commit 992e5f8

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
@@ -51,7 +51,7 @@ http-body-util = { version = "0.1.2", optional = true }
5151
httparse = { version = "1.8.0", default-features = false, features = ["std"], optional = true }
5252
hyper = { version = "1.2", default-features = false, optional = true }
5353
md-5 = { version = "0.10.6", default-features = false, optional = true }
54-
quick-xml = { version = "0.37.0", features = ["serialize", "overlapped-lists"], optional = true }
54+
quick-xml = { version = "0.38.0", features = ["serialize", "overlapped-lists"], optional = true }
5555
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true }
5656
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2"], optional = true }
5757
ring = { version = "0.17", default-features = false, features = ["std"], optional = true }

0 commit comments

Comments
 (0)