Skip to content

Commit

Permalink
Update Rust crate diesel to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent 4e7b2bd commit d9a16bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ base64 = "0.21.2"
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
clap = { version = "4.3", features = ["derive", "env"] }
crossbeam-channel = "0.5"
diesel = { version = "2.1.0", features = ["chrono", "sqlite", "r2d2"] }
diesel = { version = "2.1.2", features = ["chrono", "sqlite", "r2d2"] }
diesel-derive-enum = { version = "2", features = ["sqlite"] }
diesel_migrations = { version = "2.1.0", features = ["sqlite"] }
displaydoc = { version = "0.2", default-features = false }
Expand Down

0 comments on commit d9a16bf

Please sign in to comment.