Skip to content

Commit 7d90569

Browse files
chore(deps): bump sqlx from 0.7.1 to 0.7.2
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.1 to 0.7.2. - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/commits) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e25e4a commit 7d90569

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

Cargo.lock

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ opentelemetry-otlp = { version = "0.13.0", features = ["http-proto", "reqwest-cl
1919
serde = { version = "1.0.185", features = ["derive"] }
2020
serde_json = "1.0.107"
2121
serde_yaml = "0.9.25"
22-
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono"] }
22+
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono"] }
2323
sqlxmq = { git = "https://github.com/GaloyMoney/sqlxmq", rev = "f03f73c", default-features = false, features = ["runtime-tokio-rustls"] }
2424
tokio = { version = "1.33", features = ["rt-multi-thread", "macros"] }
2525
tokio-stream = { version = "0.1.14", features = ["sync"] }

0 commit comments

Comments
 (0)