Update Rust crate quick-xml to 0.39.0 (#28)
Some checks failed
Build and Test / account (push) Has been cancelled
Some checks failed
Build and Test / account (push) Has been cancelled
This commit is contained in:
commit
fd4fe0f234
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ incremental = false
|
|||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
log = "0.4.26"
|
||||
quick-xml = { version = "0.37.2", features = ["serialize"] }
|
||||
quick-xml = { version = "0.39.0", features = ["serialize"] }
|
||||
tokio = "1.43.0"
|
||||
dotenvy = "0.15.7"
|
||||
once_cell = "1.20.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue