Skip to content

Commit 1e6e6f1

Browse files
authored
Merge pull request #56 from mdabir1203/dependabot/cargo/sqlx-0.8.1
chore(deps): bump sqlx from 0.7.4 to 0.8.1
2 parents d05018d + db5c930 commit 1e6e6f1

2 files changed

Lines changed: 46 additions & 46 deletions

File tree

Cargo.lock

Lines changed: 45 additions & 45 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
@@ -67,7 +67,7 @@ papaya = "0.2.3"
6767
# Web server + HTML rendering
6868
axum = { version = "0.7", features = ["macros", "form"] }
6969
v_htmlescape = "0.15"
70-
sqlx = { version = "0.7", features = ["runtime-tokio", "macros", "sqlite"] }
70+
sqlx = { version = "0.8", features = ["runtime-tokio", "macros", "sqlite"] }
7171

7272
# Desktop GUI
7373
iced = { version = "0.12", optional = true, features = ["wgpu", "tokio"] }

0 commit comments

Comments
 (0)