Skip to content

Commit

Permalink
deps: bump to quick-xml v0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Jun 22, 2023
1 parent 9284dad commit 2018df2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 dxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ required-features = ["derive", "i8", "nil"]
dxr_derive = { workspace = true, optional = true }
base64 = "0.21"
chrono = { version = "0.4.19", features = ["std"], default-features = false }
quick-xml = { version = "0.25", features = ["serialize"] }
quick-xml = { version = "0.26", features = ["serialize"] }
serde = { version = "1.0.104", features = ["derive"] }
thiserror = "1.0.30"

Expand Down
2 changes: 1 addition & 1 deletion dxr_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository.workspace = true
dxr.workspace = true
http = "0.2.6"
log = "0.4.13"
quick-xml = { version = "0.25" , features = ["serialize"] }
quick-xml = { version = "0.26" , features = ["serialize"] }
reqwest = { version = "0.11", default-features = false, features = ["cookies"] }
thiserror = "1"
url = "2.2"
Expand Down
2 changes: 1 addition & 1 deletion dxr_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository.workspace = true
dxr.workspace = true
async-trait = "0.1.53"
http = "0.2.6"
quick-xml = { version = "0.25" , features = ["serialize"] }
quick-xml = { version = "0.26" , features = ["serialize"] }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 2018df2

Please sign in to comment.