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

Commit

Permalink
Use latest crate versions from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
0nkery committed Jun 7, 2023
1 parent 7cbd69b commit 5ac0620
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 24 deletions.
66 changes: 44 additions & 22 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ 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-utils = { version = "0.7", features = ["authn-extractor", "cors-middleware", "log-middleware"] }
svc-nats-client = { git = "https://github.com/foxford/svc-nats-client/", branch = "ULMS-1896/add-transient-permanent-errors" }
svc-events = "0.7"
svc-nats-client = "0.5"
svc-events = "0.9"
tokio = { version = "1.28", features = ["full"] }
tower = "0.4"
tower-http = { version = "0.4", features = ["trace", "cors"] }
Expand Down

0 comments on commit 5ac0620

Please sign in to comment.