Updated dependencies and adjusted code to update.

This commit is contained in:
2026-03-05 18:21:10 +01:00
parent dcbb38174d
commit 940a0bad75
7 changed files with 85 additions and 85 deletions
Generated
+2 -2
View File
@@ -2311,9 +2311,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.49.0"
version = "1.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
dependencies = [
"bytes",
"libc",
+12 -12
View File
@@ -114,9 +114,9 @@
<v-divider/>
<v-card-text>
<v-row no-gutters>
<v-row density="compact">
<v-col cols="2" style="padding: 5px;">
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="store.articleEdit.topm_id"
:readonly="!edit"
@@ -124,7 +124,7 @@
:clearable="edit"
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-checkbox
v-model="store.articleEdit.bio"
label="BIO"
@@ -132,7 +132,7 @@
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-select
v-model="store.articleEdit.origin"
:items="store.origins"
@@ -141,7 +141,7 @@
></v-select>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-select
v-model="store.articleEdit.default_unit"
:items="store.units"
@@ -150,7 +150,7 @@
></v-select>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="store.articleEdit.bio_origin"
label="BIO Hinweis Text"
@@ -162,7 +162,7 @@
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="store.articleEdit.mhd"
label="MHD Text"
@@ -176,7 +176,7 @@
</v-col>
<v-col cols="5" style="padding: 5px;">
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="store.articleEdit.additional_name"
label="Siegel Text"
@@ -188,7 +188,7 @@
:clearable="edit"
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="store.articleEdit.bio_info"
label="BIO Hinweis Text"
@@ -199,7 +199,7 @@
:clearable="edit"
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-textarea
v-model.trim="store.articleEdit.description"
:tile=true
@@ -220,7 +220,7 @@
</v-col>
<v-col cols="5" style="padding: 5px;">
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="store.articleEdit.allergens_text"
label="Allergen Hinweis"
@@ -231,7 +231,7 @@
:clearable="edit"
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<VuetifyTiptap
v-model="store.articleEdit.ingredients"
label="Zutaten"
@@ -74,7 +74,7 @@
v-for="notification in notificationPages[page - 1]"
:key="notification.id"
>
<v-row no-gutters>
<v-row density="compact">
<v-col cols="2">
<v-sheet>
<v-icon v-if="notification.error" color="red">mdi-alert-circle-outline</v-icon>
@@ -137,9 +137,9 @@
<v-divider/>
<v-card-text>
<v-row no-gutters>
<v-row density="compact">
<v-col cols="2" style="padding: 5px;">
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="topm_row"
label="TopM Zeile"
@@ -147,7 +147,7 @@
:clearable="edit"
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-select
v-model="label"
:items="store.labels"
@@ -159,14 +159,14 @@
no-data-text="Keine Etiketten Typen angelegt"
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="weight"
label="Gewicht"
:readonly="!edit"
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-select
v-model="unit"
:items="store.units"
@@ -177,7 +177,7 @@
</v-col>
<v-col cols="5" style="padding: 5px;">
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="name"
:readonly="!edit"
@@ -190,7 +190,7 @@
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-textarea
v-model.trim="description"
:tile=true
@@ -212,7 +212,7 @@
</v-col>
<v-col cols="5" style="padding: 5px;">
<v-row no-gutters>
<v-row density="compact">
<v-text-field
v-model.trim="ean"
label="EAN"
@@ -221,7 +221,7 @@
/>
</v-row>
<v-row no-gutters>
<v-row density="compact">
<v-textarea
v-model.trim="ingredients"
:tile=true
+58 -58
View File
@@ -12,13 +12,13 @@
"@pinia/nuxt": "0.11.3",
"nuxt": "4.3.1",
"pinia": "3.0.4",
"vue": "3.5.28",
"vue": "3.5.29",
"vue-router": "5.0.3",
"vuetify-pro-tiptap": "2.8.2"
},
"devDependencies": {
"vite-plugin-vuetify": "2.1.3",
"vuetify": "3.12.0"
"vuetify": "4.0.1"
}
},
"node_modules/@babel/code-frame": {
@@ -4245,39 +4245,39 @@
}
},
"node_modules/@vue/compiler-core": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.28.tgz",
"integrity": "sha512-kviccYxTgoE8n6OCw96BNdYlBg2GOWfBuOW4Vqwrt7mSKWKwFVvI8egdTltqRgITGPsTFYtKYfxIG8ptX2PJHQ==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.29.tgz",
"integrity": "sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.29.0",
"@vue/shared": "3.5.28",
"@vue/shared": "3.5.29",
"entities": "^7.0.1",
"estree-walker": "^2.0.2",
"source-map-js": "^1.2.1"
}
},
"node_modules/@vue/compiler-dom": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.28.tgz",
"integrity": "sha512-/1ZepxAb159jKR1btkefDP+J2xuWL5V3WtleRmxaT+K2Aqiek/Ab/+Ebrw2pPj0sdHO8ViAyyJWfhXXOP/+LQA==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.29.tgz",
"integrity": "sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==",
"license": "MIT",
"dependencies": {
"@vue/compiler-core": "3.5.28",
"@vue/shared": "3.5.28"
"@vue/compiler-core": "3.5.29",
"@vue/shared": "3.5.29"
}
},
"node_modules/@vue/compiler-sfc": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.28.tgz",
"integrity": "sha512-6TnKMiNkd6u6VeVDhZn/07KhEZuBSn43Wd2No5zaP5s3xm8IqFTHBj84HJah4UepSUJTro5SoqqlOY22FKY96g==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.29.tgz",
"integrity": "sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.29.0",
"@vue/compiler-core": "3.5.28",
"@vue/compiler-dom": "3.5.28",
"@vue/compiler-ssr": "3.5.28",
"@vue/shared": "3.5.28",
"@vue/compiler-core": "3.5.29",
"@vue/compiler-dom": "3.5.29",
"@vue/compiler-ssr": "3.5.29",
"@vue/shared": "3.5.29",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.21",
"postcss": "^8.5.6",
@@ -4285,13 +4285,13 @@
}
},
"node_modules/@vue/compiler-ssr": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.28.tgz",
"integrity": "sha512-JCq//9w1qmC6UGLWJX7RXzrGpKkroubey/ZFqTpvEIDJEKGgntuDMqkuWiZvzTzTA5h2qZvFBFHY7fAAa9475g==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.29.tgz",
"integrity": "sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==",
"license": "MIT",
"dependencies": {
"@vue/compiler-dom": "3.5.28",
"@vue/shared": "3.5.28"
"@vue/compiler-dom": "3.5.29",
"@vue/shared": "3.5.29"
}
},
"node_modules/@vue/devtools-api": {
@@ -4390,53 +4390,53 @@
}
},
"node_modules/@vue/reactivity": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.28.tgz",
"integrity": "sha512-gr5hEsxvn+RNyu9/9o1WtdYdwDjg5FgjUSBEkZWqgTKlo/fvwZ2+8W6AfKsc9YN2k/+iHYdS9vZYAhpi10kNaw==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.29.tgz",
"integrity": "sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==",
"license": "MIT",
"dependencies": {
"@vue/shared": "3.5.28"
"@vue/shared": "3.5.29"
}
},
"node_modules/@vue/runtime-core": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.28.tgz",
"integrity": "sha512-POVHTdbgnrBBIpnbYU4y7pOMNlPn2QVxVzkvEA2pEgvzbelQq4ZOUxbp2oiyo+BOtiYlm8Q44wShHJoBvDPAjQ==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.29.tgz",
"integrity": "sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==",
"license": "MIT",
"dependencies": {
"@vue/reactivity": "3.5.28",
"@vue/shared": "3.5.28"
"@vue/reactivity": "3.5.29",
"@vue/shared": "3.5.29"
}
},
"node_modules/@vue/runtime-dom": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.28.tgz",
"integrity": "sha512-4SXxSF8SXYMuhAIkT+eBRqOkWEfPu6nhccrzrkioA6l0boiq7sp18HCOov9qWJA5HML61kW8p/cB4MmBiG9dSA==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.29.tgz",
"integrity": "sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==",
"license": "MIT",
"dependencies": {
"@vue/reactivity": "3.5.28",
"@vue/runtime-core": "3.5.28",
"@vue/shared": "3.5.28",
"@vue/reactivity": "3.5.29",
"@vue/runtime-core": "3.5.29",
"@vue/shared": "3.5.29",
"csstype": "^3.2.3"
}
},
"node_modules/@vue/server-renderer": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.28.tgz",
"integrity": "sha512-pf+5ECKGj8fX95bNincbzJ6yp6nyzuLDhYZCeFxUNp8EBrQpPpQaLX3nNCp49+UbgbPun3CeVE+5CXVV1Xydfg==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.29.tgz",
"integrity": "sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==",
"license": "MIT",
"dependencies": {
"@vue/compiler-ssr": "3.5.28",
"@vue/shared": "3.5.28"
"@vue/compiler-ssr": "3.5.29",
"@vue/shared": "3.5.29"
},
"peerDependencies": {
"vue": "3.5.28"
"vue": "3.5.29"
}
},
"node_modules/@vue/shared": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.28.tgz",
"integrity": "sha512-cfWa1fCGBxrvaHRhvV3Is0MgmrbSCxYTXCSCau2I0a1Xw1N1pHAvkWCiXPRAqjvToILvguNyEwjevUqAuBQWvQ==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.29.tgz",
"integrity": "sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==",
"license": "MIT"
},
"node_modules/@vuetify/loader-shared": {
@@ -10554,16 +10554,16 @@
"license": "MIT"
},
"node_modules/vue": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.28.tgz",
"integrity": "sha512-BRdrNfeoccSoIZeIhyPBfvWSLFP4q8J3u8Ju8Ug5vu3LdD+yTM13Sg4sKtljxozbnuMu1NB1X5HBHRYUzFocKg==",
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.29.tgz",
"integrity": "sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==",
"license": "MIT",
"dependencies": {
"@vue/compiler-dom": "3.5.28",
"@vue/compiler-sfc": "3.5.28",
"@vue/runtime-dom": "3.5.28",
"@vue/server-renderer": "3.5.28",
"@vue/shared": "3.5.28"
"@vue/compiler-dom": "3.5.29",
"@vue/compiler-sfc": "3.5.29",
"@vue/runtime-dom": "3.5.29",
"@vue/server-renderer": "3.5.29",
"@vue/shared": "3.5.29"
},
"peerDependencies": {
"typescript": "*"
@@ -10674,9 +10674,9 @@
}
},
"node_modules/vuetify": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.12.0.tgz",
"integrity": "sha512-N1y3sxLAyrblBHJ6vFTQoTM9icwZd/jNUsmYVQTvHNQHN22XDqb0w2+ujaSoEn/JCHbtGb70tKRlB9SJ6HhVgg==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.1.tgz",
"integrity": "sha512-0z0lKd1r6KmVK4YliDb4w2k9Yk7Z83V5kxpn9z5glipIcFJEizJK+LfFBzy3G2tMxuhSZHU4DmQ4qxfpvLhjQg==",
"license": "MIT",
"funding": {
"type": "github",
+2 -2
View File
@@ -15,12 +15,12 @@
"@pinia/nuxt": "0.11.3",
"nuxt": "4.3.1",
"pinia": "3.0.4",
"vue": "3.5.28",
"vue": "3.5.29",
"vue-router": "5.0.3",
"vuetify-pro-tiptap": "2.8.2"
},
"devDependencies": {
"vite-plugin-vuetify": "2.1.3",
"vuetify": "3.12.0"
"vuetify": "4.0.1"
}
}
+1 -1
View File
@@ -12,7 +12,7 @@ path = "src/main.rs"
common = {path = "../common"}
axum = "0.8.8"
tokio = { version = "1.49.0", default-features = false, features = ["full"] }
tokio = { version = "1.50.0", default-features = false, features = ["full"] }
http = "1.4.0"
tower-http = {version = "0.6.8", features = ["cors"]}
tracing = "=0.1.44"