We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee21ef commit ef84485Copy full SHA for ef84485
sdk/core/Cargo.toml
@@ -28,7 +28,7 @@ reqwest = { version = "0.11", features = [
28
], default-features = false, optional = true }
29
serde = { version = "1.0", features = ["derive"] }
30
serde_json = "1.0"
31
-quick-xml = { version = "0.29", optional = true, features = ["serialize", "serde-types"] }
+quick-xml = { version = "0.30", optional = true, features = ["serialize", "serde-types"] }
32
url = "2.2"
33
uuid = { version = "1.0" }
34
pin-project = "1.0"
0 commit comments