Skip to content

Commit 927602f

Browse files
build(deps): bump sqlx from 0.7.4 to 0.8.1 in /backend
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.4 to 0.8.1. - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](launchbadge/sqlx@v0.7.4...v0.8.1) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e2c9f4 commit 927602f

File tree

2 files changed

+87
-51
lines changed

2 files changed

+87
-51
lines changed

backend/Cargo.lock

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

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/bin/worker.rs"
1515
axum = { version = "0.7", features = ["multipart"] }
1616
tower_governor = "0.4"
1717
tokio = { version = "1", features = ["full"] }
18-
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
18+
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
1919
tower = { version = "0.4", features = ["util"] }
2020
tower-http = { version = "0.5", features = ["cors", "trace"] }
2121
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)