Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Add tests for ban + refactor tests to use sqlx::test macro
Browse files Browse the repository at this point in the history
  • Loading branch information
0nkery committed Aug 10, 2023
1 parent ad3e5a2 commit 9ea0d24
Show file tree
Hide file tree
Showing 27 changed files with 1,161 additions and 518 deletions.
155 changes: 65 additions & 90 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ sqlx = { version = "0.6", features = [
"bigdecimal",
"runtime-tokio-native-tls",
] }
svc-agent = { version = "0.20", features = ["sqlx"] }
svc-agent = { version = "0.21", features = ["sqlx"] }
svc-authn = { version = "0.8", features = ["jose", "sqlx"] }
svc-authz = "0.12"
svc-error = { version = "0.5", features = [
svc-error = { version = "0.6", features = [
"svc-agent",
"svc-authn",
"svc-authz",
"sentry-extension",
"sqlx",
] }
svc-events = "0.9"
svc-nats-client = "0.5"
svc-utils = { version = "0.7", features = ["log-middleware", "metrics-middleware", "cors-middleware", "authn-extractor"] }
svc-events = "0.11"
svc-nats-client = "0.8"
svc-utils = { version = "0.8", features = ["log-middleware", "metrics-middleware", "cors-middleware", "authn-extractor"] }
tokio = { version = "1.28", features = ["full"] }
tower = { version = "0.4", features = [ "timeout" ] }
tracing = "0.1"
Expand Down
Loading

0 comments on commit 9ea0d24

Please sign in to comment.