Skip to content

Commit b65f1cb

Browse files
Bump xml from 0.8.20 to 1.0.0
Bumps [xml](https://github.com/kornelski/xml-rs) from 0.8.20 to 1.0.0. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](kornelski/xml-rs@0.8.20...1.0.0) --- updated-dependencies: - dependency-name: xml dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44d79ee commit b65f1cb

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pack-aab/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pack-common = { path = "../pack-common" }
99
pack-zip = { path = "../pack-zip" }
1010
prost = "0.14.1"
1111
deku = "0.19.1"
12-
xml = "0.8.20"
12+
xml = "1.0.0"
1313

1414
[build-dependencies]
1515
prost-build = "0.14.1"

pack-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
deku = "0.19.1"
8-
xml = "0.8.20"
8+
xml = "1.0.0"
99
zip = { version = "5.1.1", default-features = false, features = ["deflate"] }
1010
pem = "3.0.5"
1111
rsa = "0.9.8"

0 commit comments

Comments
 (0)