Skip to content

Commit

Permalink
Upgrade last dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Jul 23, 2024
1 parent d710864 commit 23dff36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android_logger = "0.14.1"
png = { version = "0.17.10" }
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "gzip"] } # Use rusttls on android because cross compiling is difficult
rstar = "0.12.0"
rusqlite = { version = "0.29.0" }
rusqlite = { version = "0.32.0" }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
smallvec = "1.11.1"
Expand Down

0 comments on commit 23dff36

Please sign in to comment.