Update Rust crate quick-xml to 0.39.0
All checks were successful
Build and Test / account (push) Successful in 7m50s
All checks were successful
Build and Test / account (push) Successful in 7m50s
This commit is contained in:
parent
0c46c86b74
commit
ef3a33fd5d
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