Skip to content

Commit

Permalink
Merge pull request #135 from cea-sec/dependabot/cargo/roxmltree-0.20.0
Browse files Browse the repository at this point in the history
Bump roxmltree from 0.19.0 to 0.20.0
  • Loading branch information
vruello authored Jul 11, 2024
2 parents 51c058a + a39c899 commit 5291561
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env_logger = "0.11.3"
log = "0.4.19"
serde_json = "1.0.97"
tokio = { version = "1.35.1", features = ["full"] }
roxmltree = "0.19.0"
roxmltree = "0.20.0"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libgssapi = { version = "0.7.2", features = ["iov"] }
log = "0.4.19"
mime = "0.3.17"
quick-xml = "0.31.0"
roxmltree = "0.19.0"
roxmltree = "0.20.0"
tokio = { version = "1.35.1", features = ["full"] }
rdkafka = { version = "0.36.0", features = ["zstd", "libz", "external-lz4"] }
regex = "1.9.0"
Expand Down

0 comments on commit 5291561

Please sign in to comment.