Skip to content

Commit 3d8523d

Browse files
Update sqlx requirement from 0.5.5 to 0.6.0
Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. - [Release notes](https://github.com/launchbadge/sqlx/releases) - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](launchbadge/sqlx@v0.5.5...v0.6.0) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c79f4f commit 3d8523d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ mysql = ["sqlx/mysql", "sqlx/json"]
2525

2626
[dependencies]
2727
async-session = "3.0.0"
28-
sqlx = { version = "0.5.5", features = ["chrono"] }
28+
sqlx = { version = "0.6.0", features = ["chrono"] }
2929
async-std = { version = "1.9.0", optional = true }
3030

3131
[dev-dependencies]
3232
async-std = { version = "1.9.0", features = ["attributes"] }
3333

3434
[dev-dependencies.sqlx]
35-
version = "0.5.5"
35+
version = "0.6.0"
3636
features = ["chrono", "runtime-async-std-native-tls"]

0 commit comments

Comments
 (0)