Merge branch 'renovate/sha2-0.x' of https://git.spbr.net/spacebar/account into renovate/sha2-0.x
All checks were successful
Build and Test / account (push) Successful in 5m52s
All checks were successful
Build and Test / account (push) Successful in 5m52s
This commit is contained in:
commit
229cd16bdd
5 changed files with 1037 additions and 496 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"
|
||||
|
|
@ -37,16 +37,16 @@ cbc = "0.1.2"
|
|||
mii = { path = "./mii" }
|
||||
crc32fast = "1.4.2"
|
||||
gxhash = "3.4.1"
|
||||
sentry = "0.38.0"
|
||||
sentry = "0.48.0"
|
||||
rocket_cors = "0.6.0"
|
||||
|
||||
juniper = { version = "0.17.0", features = ["chrono"] }
|
||||
juniper_rocket = "0.10.0"
|
||||
|
||||
prost = "0.13.4"
|
||||
prost = "0.14.0"
|
||||
lettre = "0.11.15"
|
||||
rand = { version = "0.10.0", features = ["std"] }
|
||||
reqwest = "0.12.12"
|
||||
reqwest = "0.13.0"
|
||||
binrw = "0.15.1"
|
||||
ecdsa = { version = "0.16.9", features = ["pem", "std", "verifying"] }
|
||||
sha256 = "1.6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue