Skip to content

Commit

Permalink
update sea-orm to v0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Nov 28, 2023
1 parent fcbbd4e commit cd6c15a
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 @@ -14,7 +14,7 @@ figment = { version = "0.10.12", features = ["env"] }
jsonwebtoken = { version = "9.1.0", default-features = false }
owasp-headers = "0.1.2"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "trust-dns"] }
sea-orm = { version = "0.12.6", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros", "with-json", "with-chrono", "with-uuid" ] }
sea-orm = { version = "0.12.7", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros", "with-json", "with-chrono", "with-uuid" ] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_with = "3.4.0"
Expand Down

0 comments on commit cd6c15a

Please sign in to comment.