Skip to content

Commit 30a30df

Browse files
committed
feat: dependency upgrades, rust version bump
1 parent a98247b commit 30a30df

File tree

4 files changed

+170
-169
lines changed

4 files changed

+170
-169
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"@emotion/styled": "^11.11.0",
88
"@fontsource/roboto": "^5.0.8",
99
"@mui/icons-material": "^5.14.19",
10-
"@mui/material": "^5.14.19",
11-
"@mui/system": "^5.14.19",
12-
"@mui/x-data-grid": "^6.18.3",
10+
"@mui/material": "^5.14.20",
11+
"@mui/system": "^5.14.20",
12+
"@mui/x-data-grid": "^6.18.4",
1313
"@shopify/react-web-worker": "^5.0.13",
1414
"@tauri-apps/api": "1.5.1",
1515
"crypto-js": "^4.2.0",
@@ -45,7 +45,7 @@
4545
"packageManager": "yarn@4.0.2",
4646
"devDependencies": {
4747
"@tauri-apps/cli": "^1.5.7",
48-
"@vitejs/plugin-react": "^4.2.0",
48+
"@vitejs/plugin-react": "^4.2.1",
4949
"cross-env": "^7.0.3",
5050
"eslint": "^8.55.0",
5151
"eslint-config-airbnb": "^19.0.4",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-jsx-a11y": "^6.8.0",
5555
"eslint-plugin-react": "^7.33.2",
5656
"eslint-plugin-react-hooks": "^4.6.0",
57-
"vite": "^5.0.5",
57+
"vite": "^5.0.7",
5858
"vite-plugin-eslint": "^1.8.1",
5959
"vite-plugin-svgr": "^4.2.0"
6060
}

src-tauri/Cargo.lock

Lines changed: 26 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0-only"
77
repository = "https://github.com/CodeDead/Advanced-PassGen"
88
default-run = "advanced-passgen"
99
edition = "2021"
10-
rust-version = "1.74.0"
10+
rust-version = "1.74.1"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

0 commit comments

Comments
 (0)