Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeclover committed Apr 25, 2024
1 parent 91d2074 commit d99247e
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 @@ -26,5 +26,5 @@ kuchikiki = "0.8.2"
js-sys = "0.3.69"
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
anyhow = "1.0.82"
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "postgres", "uuid", "derive", "json" ] }
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "postgres", "uuid", "json" ] }
validator = { version = "0.16", features = ["derive"] }

0 comments on commit d99247e

Please sign in to comment.