Skip to content

Commit 5a61935

Browse files
chore: Bump sqlx from 0.7.4 to 0.8.1 (#1310)
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-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1769a8 commit 5a61935

File tree

2 files changed

+40
-45
lines changed

2 files changed

+40
-45
lines changed

Cargo.lock

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

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] }
1313
serde_json = "1.0"
1414
sysinfo = "0.29"
1515
anyhow = "1.0"
16-
sqlx = { version = "0.7", features = [
16+
sqlx = { version = "0.8", features = [
1717
"runtime-async-std",
1818
"tls-native-tls",
1919
"mysql",

0 commit comments

Comments
 (0)