Skip to content

Commit eb3c86a

Browse files
authored
Merge pull request #254 from supabase/dependabot/cargo/cli/master/sqlx-0.8.5
Bump sqlx from 0.8.4 to 0.8.5 in /cli
2 parents 3e626db + 18e9c39 commit eb3c86a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

cli/Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reqwest = { version = "0.12.5", features = ["json", "native-tls-vendored"] }
1717
rpassword = "7.2.0"
1818
serde = { version = "1.0.219", features = ["derive"] }
1919
serde_json = "1.0.140"
20-
sqlx = { version = "0.8.4", features = [
20+
sqlx = { version = "0.8.5", features = [
2121
"postgres",
2222
"chrono",
2323
"uuid",

0 commit comments

Comments
 (0)