summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c08e999..b633604 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,8 +19,8 @@ actualbudget_to_schist_transformer = { path = "transformers/actualbudget_transfo
anyhow = { version = "1.0.0", features = ["backtrace"] }
chrono = { version = "0.4.38" }
derive_builder = { version = "0.20.2" }
-diesel = { version = "2.2.0" }
-diesel_migrations = "2.2.0"
+diesel = { version = "2.3.12" }
+diesel_migrations = "2.3.2"
dirs = "6.0"
dotenvy = "0.15.7"
iced = "0.14.0"