Skip to content

Commit ca9149c

Browse files
authoredMar 26, 2025··
build(deps): update quick-xml requirement from 0.23.1 to 0.37.3
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.23.1...v0.37.3) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c99dbe commit ca9149c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎open-build-service-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
[dependencies]
1111
reqwest = { version = "0.11.27", features = [ "stream" ] }
1212
url = "2.5.4"
13-
quick-xml = { version = "0.23.1", features = [ "serialize" ] }
13+
quick-xml = { version = "0.37.3", features = [ "serialize" ] }
1414
serde = { version = "1.0.125", features = [ "derive" ] }
1515
chrono = { version = "0.4", features = [ "serde" ] }
1616
thiserror = "1.0.24"

‎open-build-service-mock/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
base16ct = { version = "0.1", features = ["std"] }
1212
http = "1.2.0"
1313
md-5 = "0.10"
14-
quick-xml = { version = "0.23.1", features = [ "serialize" ] }
14+
quick-xml = { version = "0.37.3", features = [ "serialize" ] }
1515
rand = "0.8.5"
1616
serde = "1.0.125"
1717
strum = "0.23"

0 commit comments

Comments
 (0)
Please sign in to comment.