Skip to content

Commit

Permalink
Update to diesel2
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia authored and BlackDex committed Oct 9, 2022
1 parent 6fa6eb1 commit 8af576c
Show file tree
Hide file tree
Showing 35 changed files with 1,085 additions and 1,111 deletions.
141 changes: 64 additions & 77 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"

# A safe, extensible ORM and Query builder
diesel = { version = "1.4.8", features = ["chrono", "r2d2"] }
diesel_migrations = "1.4.0"
diesel = { version = "2.0.1", features = ["chrono", "r2d2"] }
diesel_migrations = "2.0.0"

# Bundled SQLite
libsqlite3-sys = { version = "0.22.2", features = ["bundled"], optional = true }
libsqlite3-sys = { version = "0.25.1", features = ["bundled"], optional = true }

# Crypto-related libraries
rand = { version = "0.8.5", features = ["small_rng"] }
Expand Down
Loading

0 comments on commit 8af576c

Please sign in to comment.