Update Rust crate quick-xml to 0.41
All checks were successful
Build and Test / rust-boss (push) Successful in 6m19s
All checks were successful
Build and Test / rust-boss (push) Successful in 6m19s
This commit is contained in:
parent
0289792a76
commit
1f27b24f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ dotenvy = "0.15.7"
|
|||
sqlx = { version = "0.9.0", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] }
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1"
|
||||
quick-xml = { version = "0.40", features = [ "serialize" ] }
|
||||
quick-xml = { version = "0.41", features = [ "serialize" ] }
|
||||
chrono = { version = "0.4", features = [ "serde" ] }
|
||||
sha1 = "0.11"
|
||||
sha2 = "0.11"
|
||||
|
|
|
|||
Loading…
Reference in a new issue