Skip to content

Commit

Permalink
feat(registration_rust): conform with auth_rust changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Apr 12, 2024
1 parent 1653525 commit 3c29c26
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 214 deletions.
79 changes: 4 additions & 75 deletions registration_rust/Cargo.lock

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

1 change: 0 additions & 1 deletion registration_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ redis = { version = "0.25.3", features = ["tokio-comp", "aio"] }
serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }
reqwest = { version = "0.12.3", features = ["json", "gzip"] }
chrono = "0.4.37"
sentry = { version = "0.32.2", features = ["tracing", "UNSTABLE_metrics"] }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", features = ["std", "registry", "tracing"] }
Expand Down
Loading

0 comments on commit 3c29c26

Please sign in to comment.