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

Commit

Permalink
Bump svc-utils from 0.4.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [svc-utils](https://github.com/foxford/svc-utils-rs) from 0.4.0 to 0.6.0.
- [Release notes](https://github.com/foxford/svc-utils-rs/releases)
- [Commits](https://github.com/foxford/svc-utils-rs/commits/v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2022
1 parent d434541 commit 82619bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -25,7 +25,7 @@ signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
svc-authn = { version = "0.7", features = ["jose"] }
svc-authz = "0.11"
svc-error = { version = "0.3", features = ["svc-authn", "svc-authz", "sentry-extension"] }
svc-utils = { version = "0.4", features = ["authn-extractor", "cors-middleware", "log-middleware", "metrics-middleware"] }
svc-utils = { version = "0.6", features = ["authn-extractor", "cors-middleware", "log-middleware", "metrics-middleware"] }
tokio = { version = "1.16", features = ["full"] }
tracing = "0.1"
tracing-appender = "0.2"
Expand Down

0 comments on commit 82619bd

Please sign in to comment.