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

Commit

Permalink
Bump serde-xml-rs from 0.4.1 to 0.5.0 in /src/agent (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 11, 2021
1 parent 825ff70 commit 9fb283e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/agent/storage-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ reqwest-retry = { path = "../reqwest-retry" }
serde = { version = "1.0", features = ["derive"]}
serde_derive = "1.0"
serde_json = "1.0"
serde-xml-rs = "0.4"
serde-xml-rs = "0.5"
tokio = { version = "1.8" , features=["full"] }
queue-file = "1.1"
uuid = { version = "0.8", features = ["serde", "v4"] }

0 comments on commit 9fb283e

Please sign in to comment.