Skip to content

Commit

Permalink
cargo: update deps; sqlx: default-features = false
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Nov 3, 2024
1 parent f2f663c commit 414526d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
94 changes: 47 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bcrypt = "0.15.0"
bytes = "1.5.0"
clap = { version = "4.5.4", features = ["env", "derive", "color"] }

sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite", "tls-rustls", "json"] }
sqlx = { version = "0.8.2", default-features = false, features = ["macros", "migrate", "runtime-tokio", "sqlite", "tls-rustls", "json"] }

filetime = "0.2.23"
glob = "0.3.1"
Expand Down

0 comments on commit 414526d

Please sign in to comment.