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

Commit

Permalink
Bump svc-agent from 0.20.0 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [svc-agent](https://github.com/foxford/svc-agent-rs) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/foxford/svc-agent-rs/releases)
- [Changelog](https://github.com/foxford/svc-agent-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/foxford/svc-agent-rs/commits)

---
updated-dependencies:
- dependency-name: svc-agent
  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 b92d880
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 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 @@ -34,7 +34,7 @@ serde_qs = "0.12"
signal-hook = "0.3"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
sqlx = { version = "0.6", features = ["offline", "postgres", "macros", "uuid", "chrono", "json", "bigdecimal", "runtime-tokio-native-tls"] }
svc-agent = { version = "0.20", features = ["sqlx", "queue-counter"] }
svc-agent = { version = "0.21", 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"] }
Expand Down

0 comments on commit b92d880

Please sign in to comment.