Merge pull request 'Update Rust crate quick-xml to 0.40' (#8) from renovate/quick-xml-0.x into main
Some checks failed
Build and Test / rust-boss (push) Has been cancelled
Some checks failed
Build and Test / rust-boss (push) Has been cancelled
Reviewed-on: #8
This commit is contained in:
commit
558e9e6274
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ dotenvy = "0.15.7"
|
||||||
sqlx = { version = "0.8.3", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] }
|
sqlx = { version = "0.8.3", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] }
|
||||||
serde = { version = "1.0", features = [ "derive" ] }
|
serde = { version = "1.0", features = [ "derive" ] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
quick-xml = { version = "0.31", features = [ "serialize" ] }
|
quick-xml = { version = "0.40", features = [ "serialize" ] }
|
||||||
chrono = { version = "0.4", features = [ "serde" ] }
|
chrono = { version = "0.4", features = [ "serde" ] }
|
||||||
sha1 = "0.10"
|
sha1 = "0.10"
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue