Skip to content

Commit

Permalink
Merge branch 'main' into chore--use-sqlx-mq
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit authored Oct 17, 2023
2 parents e5b3f7a + 3e25e4a commit dfa10e0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
48 changes: 27 additions & 21 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 @@ -17,11 +17,11 @@ chrono = { version = "0.4.28", features = ["clock", "serde"], default-features =
derive_builder = "0.12.0"
opentelemetry-otlp = { version = "0.13.0", features = ["http-proto", "reqwest-client"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
serde_json = "1.0.107"
serde_yaml = "0.9.25"
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono"] }
sqlxmq = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls"] }
tokio = { version = "1.32", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.33", features = ["rt-multi-thread", "macros"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tonic = "0.10.2"
tonic-health = "0.10.2"
Expand All @@ -46,11 +46,11 @@ electrum-client = "0.12.0"
reqwest = { version = "0.11.20", default-features = false, features = ["json", "rustls-tls"] }
tonic_lnd = { version = "0.5.0", features = ["tracing"] }
async-trait = "0.1"
base64 = "0.21.1"
base64 = "0.21.4"
tempfile = "3.8.0"
hex = "0.4.3"
chacha20poly1305 = "0.10.1"
regex = "1.9.3"
regex = "1.10.1"

[build-dependencies]
protobuf-src = { version = "1.1.0" }
Expand Down

0 comments on commit dfa10e0

Please sign in to comment.