summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-28 15:50:03 +0100
committerJoe Carstairs <me@joeac.net>2026-08-28 15:50:03 +0100
commitbc2f7b1cb8153814c443fcaf118525ade1028b90 (patch)
tree647f95f7e4902eaa5f5ef8c36d947c7553658124 /Cargo.toml
parent11b161eaa190660677c12b245f6a24bc029682cc (diff)
upgrade diesel 2.2.0 -> 2.3.12, diesel_migrations 2.2.0 -> 2.3.2
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"