Skip to content

Commit

Permalink
bump diesel to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elrido committed Dec 22, 2024
1 parent 2cab185 commit 1253763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "AGPL-3.0"
rust-version = "1.78"

[dependencies]
diesel_migrations = "2.1.0"
diesel_migrations = "2.2.0"
futures = "0.3.31"
http-body-util = "0.1.2"
hyper-util = "0.1.10"
Expand All @@ -19,7 +19,7 @@ tokio = "1.42.0"
url = "2.5.4"

[dependencies.diesel]
version = "2.1.6"
version = "2.2.6"
features = ["sqlite"]

[dependencies.hyper]
Expand Down

0 comments on commit 1253763

Please sign in to comment.