Skip to content

Commit

Permalink
Bump diesel from 2.1.0 to 2.2.3 (#328)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Banjo Fox <4459812+BanjoFox@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and BanjoFox committed Sep 6, 2024
1 parent c515206 commit fd7a76e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
27 changes: 21 additions & 6 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 aardwolf-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version = "0.9.0"
features = ["cookie-session"]

[dependencies.diesel]
version = "2.1"
version = "2.2"
default-features = false
features = ["postgres", "uuid", "chrono"]

Expand Down
2 changes: 1 addition & 1 deletion aardwolf-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ default = []
test = []

[dependencies.diesel]
version = "2.1"
version = "2.2"
features = ["chrono", "postgres", "serde_json", "uuid"]

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion aardwolf-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = "4.3"
optional = true

[dependencies.diesel]
version = "2.1"
version = "2.2"
default-features = false
features = ["postgres", "uuid", "chrono", "r2d2"]

Expand Down

0 comments on commit fd7a76e

Please sign in to comment.