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

Commit

Permalink
Bump svc-error from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [svc-error](https://github.com/foxford/svc-error-rs) from 0.5.0 to 0.6.0.
- [Commits](https://github.com/foxford/svc-error-rs/commits)

---
updated-dependencies:
- dependency-name: svc-error
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent 06167bc commit d5a8241
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 8 deletions.
49 changes: 42 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sqlx = { version = "0.6", features = ["offline", "postgres", "macros", "uuid", "
svc-agent = { version = "0.20", features = ["sqlx", "queue-counter"] }
svc-authn = { version = "0.8", features = ["jose", "sqlx"] }
svc-authz = { version = "0.12" }
svc-error = { version = "0.5", features = ["sqlx", "svc-agent", "svc-authn", "svc-authz", "sentry-extension"] }
svc-error = { version = "0.6", features = ["sqlx", "svc-agent", "svc-authn", "svc-authz", "sentry-extension"] }
svc-utils = { version = "0.7", features = ["authn-extractor", "cors-middleware", "log-middleware"] }
svc-nats-client = { version = "0.2" }
svc-conference-events = { version = "0.2" }
Expand Down

0 comments on commit d5a8241

Please sign in to comment.