mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
migrate to rootcause
This commit is contained in:
parent
25179d488d
commit
f539a3c45c
8 changed files with 184 additions and 101 deletions
|
|
@ -14,7 +14,6 @@ axum = { version = "0.8.6", default-features = false, features = [
|
|||
"tracing",
|
||||
"macros",
|
||||
] }
|
||||
color-eyre = "0.6.3"
|
||||
futures = "0.3.30"
|
||||
jiff = "0.2.16"
|
||||
jsonwebtoken = { version = "9.3.1" }
|
||||
|
|
@ -23,6 +22,7 @@ reqwest = { version = "0.12.7", features = [
|
|||
"rustls-tls",
|
||||
"http2",
|
||||
], default-features = false }
|
||||
rootcause = "0.10.0"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] }
|
||||
tempfile = "3.12.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue