Skip to content

Commit

Permalink
Update dependencies, fix dev compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Aug 27, 2024
1 parent 10e2ea2 commit dbfb55a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 83 deletions.
98 changes: 21 additions & 77 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ futures = "0.3.30"
gcloud-sdk = { version = "0.25.5", features = ["google-pubsub-v1"] }
indexmap = "2.4.0"
neo4rs = "0.8.0"
nostr-sdk = "0.33.0"
nostr-sdk = "0.34.0"
rand = { version = "0.8.5", features = ["std"] }
regex = "1.10.6"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.121"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
thiserror = "1.0.63"
time = "0.3.36"
tokio = { version = "1.39.2", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["rt"] }
tower-http = { version = "0.5.2", features = ["timeout", "trace"] }
tracing = "0.1.40"
Expand Down
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
context: .
target: final
environment:
- APP__followers__neo4j_user=db:7687
- APP__followers__neo4j_uri=neo4j
- APP__followers__neo4j_uri=db:7687
- APP__followers__neo4j_user=neo4j
- APP__followers__neo4j_password=mydevpassword
- APP__ENVIRONMENT=development
- GOOGLE_APPLICATION_CREDENTIALS=/app/gcloud/application_default_credentials.json
Expand Down

0 comments on commit dbfb55a

Please sign in to comment.