Skip to content

Commit

Permalink
Upgrade diesel-derive-newtype
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed May 20, 2022
1 parent 6393bd6 commit 9380259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/db_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lemmy_apub_lib = { version = "=0.16.3", path = "../apub_lib", optional = true }
lemmy_utils = { version = "=0.16.3", path = "../utils", optional = true }
bcrypt = { version = "0.12.1", optional = true }
diesel = { version = "2.0.0-rc.0", features = ["postgres","chrono","r2d2","serde_json"], optional = true }
diesel-derive-newtype = { version = "0.1.2", optional = true }
diesel-derive-newtype = { version = "2.0.0-rc.0", optional = true }
diesel_migrations = { version = "2.0.0-rc.0", optional = true }
sha2 = { version = "0.10.2", optional = true }
regex = { version = "1.5.5", optional = true }
Expand Down

0 comments on commit 9380259

Please sign in to comment.