Skip to content

Commit

Permalink
chore(deps): update sqlx-ledger and sqlxmq (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit authored Oct 30, 2023
1 parent de01b10 commit 8ebda1e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 25 deletions.
64 changes: 41 additions & 23 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 @@ -26,8 +26,8 @@ serde_json = "1.0.107"
serde_yaml = "0.9.19"
serde_with = { version = "3.3.0", features = ["chrono_0_4"] }
sqlx = { version = "0.7.2", features = [ "runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono", "json" ] }
sqlxmq = { git = "https://github.com/GaloyMoney/sqlxmq", rev = "f03f73c", default-features = false, features = ["runtime-tokio-rustls"] }
sqlx-ledger = { version = "0.10.0", features = ["otel"] }
sqlxmq = { version = "0.5.0", default-features = false, features = ["runtime-tokio-rustls"] }
sqlx-ledger = { version = "0.11.1", features = ["otel"] }
tokio = { version = "1.29.1", features = ["full"] }
futures = "0.3.27"
async-trait = "0.1.67"
Expand Down

0 comments on commit 8ebda1e

Please sign in to comment.