Skip to content

Commit

Permalink
upgrade sqlx 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Aug 28, 2024
1 parent f63c486 commit 11d6c3f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 68 deletions.
95 changes: 29 additions & 66 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ hex = "0.4.3"
hostname = "0.4.0"
image = { version = "0.25.0", default-features = false, features = ["png"] }
itertools = "0.12.0"
libsqlite3-sys = { version = "0.28.0", features = ["bundled-sqlcipher-vendored-openssl"] }
libsqlite3-sys = { version = "0.30.1", features = ["bundled-sqlcipher-vendored-openssl"] }
log-panics = "2.1.0"
mime_guess = "2.0.4"
notify-rust = "4.5.10"
Expand All @@ -64,7 +64,7 @@ regex = "1.9.5"
scopeguard = "1.1.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
sqlx = { version = "0.8.0", features = ["sqlite", "runtime-tokio-rustls", "uuid", "chrono"] }
sqlx = { version = "0.8.1", features = ["sqlite", "runtime-tokio-rustls", "uuid", "chrono"] }
textwrap = "0.16.0"
thiserror = "1.0.40"
thread_local = "1.1.7"
Expand Down

0 comments on commit 11d6c3f

Please sign in to comment.