Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit a1e7a2f

Browse files
Bump quick-xml from 0.28.1 to 0.29.0 in /src/agent
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.28.1 to 0.29.0. - [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.28.1...v0.29.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 363c2b0 commit a1e7a2f

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

src/agent/Cargo.lock

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

src/agent/cobertura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ license = "MIT"
66

77
[dependencies]
88
anyhow = "1.0"
9-
quick-xml = "0.28"
9+
quick-xml = "0.29"

src/agent/onefuzz-file-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
anyhow = "1.0"
99
coverage = { path = "../coverage" }
1010
debuggable-module = { path = "../debuggable-module" }
11-
quick-xml = "0.28"
11+
quick-xml = "0.29"
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = { version = "1.0", features = ["preserve_order"] }
1414

src/agent/srcview/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nom = "7"
1515
pdb = "0.8"
1616
regex = "1"
1717
serde = { version = "1", features = ["derive"] }
18-
quick-xml = "0.28"
18+
quick-xml = "0.29"
1919
anyhow = "1.0"
2020
env_logger = "0.10"
2121
clap = { version = "4.3.0", features = ["derive"] }

src/agent/storage-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bytes = { version = "1.4", features = ["serde"] }
1414
derivative = "2.2"
1515
flume = "0.10"
1616
num_cpus = "1.15"
17-
quick-xml = { version = "0.28", features = ["serialize", "serde-types"] }
17+
quick-xml = { version = "0.29", features = ["serialize", "serde-types"] }
1818
regex = "1.8.1"
1919
reqwest = { version = "0.11", features = [
2020
"json",

0 commit comments

Comments
 (0)