diff --git a/moneymgr_backend/Cargo.toml b/moneymgr_backend/Cargo.toml index e1bf997..95cb171 100644 --- a/moneymgr_backend/Cargo.toml +++ b/moneymgr_backend/Cargo.toml @@ -7,13 +7,13 @@ edition = "2024" env_logger = "0.11.8" log = "0.4.27" diesel = { version = "2.2.10", features = ["postgres", "r2d2"] } -diesel_migrations = "2.1.0" +diesel_migrations = "2.2.0" clap = { version = "4.5.38", features = ["env", "derive"] } actix-web = "4.11.0" actix-cors = "0.7.1" actix-multipart = "0.7.2" actix-remote-ip = "0.1.0" -actix-session = { version = "0.10.0", features = ["redis-session"] } +actix-session = { version = "0.10.1", features = ["redis-session"] } actix-files = "0.6.6" lazy_static = "1.5.0" anyhow = "1.0.98" diff --git a/moneymgr_web/package-lock.json b/moneymgr_web/package-lock.json index e6b044e..1cabf3b 100644 --- a/moneymgr_web/package-lock.json +++ b/moneymgr_web/package-lock.json @@ -36,7 +36,7 @@ "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.26.0", "eslint-plugin-react-dom": "^1.49.0", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^00.4.20", "eslint-plugin-react-x": "^1.49.0", "globals": "^16.1.0", diff --git a/moneymgr_web/package.json b/moneymgr_web/package.json index e40828a..56b87e1 100644 --- a/moneymgr_web/package.json +++ b/moneymgr_web/package.json @@ -38,7 +38,7 @@ "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.26.0", "eslint-plugin-react-dom": "^1.49.0", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^00.4.20", "eslint-plugin-react-x": "^1.49.0", "globals": "^16.1.0",