Skip to content

Commit

Permalink
Update Rust crate diesel to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent ee499a6 commit 13eb748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chaindexing-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chaindexing = { path = "../chaindexing", features = ["postgres"] }
ethers = "2.0"
futures-util = "0.3"
dotenvy = "0.15"
diesel = { version = "2", features = ["postgres", "chrono"] }
diesel = { version = "2.1.6", features = ["postgres", "chrono"] }
rand = "0.8.5"
tokio = { version = "1.37", features = ["full"] }

2 changes: 1 addition & 1 deletion chaindexing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-trait = "0.1"
bb8 = "0.8"
derive_more = "0.99"
chrono = { version = "0.4", features = ["serde"] }
diesel = { version = "2", features = ["postgres", "uuid", "chrono", "serde_json"] }
diesel = { version = "2.1.6", features = ["postgres", "uuid", "chrono", "serde_json"] }
diesel-async = { version = "0.4", features = ["bb8", "postgres"] }
pin-project-lite = "0.2.14"
ethers = "2.0"
Expand Down

0 comments on commit 13eb748

Please sign in to comment.