Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent efb6393 commit 287dfd8
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 166 deletions.
8 changes: 7 additions & 1 deletion server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lto = "thin"

[workspace.dependencies]
# logging/obeservability
log = "0.4.20"
log = "0.4.21"
structured-logger = "1.0.3"
actix-web-prom = { version = "0.8.0", default-features = false, features = [] }

Expand Down
6 changes: 3 additions & 3 deletions server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ chrono = { version = "0.4.34", default-features = false, features = [] }
actix-governor = { version = "0.5.0", features = ["logger"] }

# proposing feedback
tempfile = "3.10.0"
image = { version = "0.24.8", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] }
base64 = { version = "0.21.7", default-features = false, features = [] }
tempfile = "3.10.1"
image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] }
base64 = { version = "0.22.0", default-features = false, features = [] }
serde_yaml = "0.9"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ oauth2 = { version = "4.4.2", default-features = false, features = ["rustls-tls"
reqwest = { version = "0.11.24", default-features = false, features = ["tokio-rustls", "rustls-tls-webpki-roots", "rustls", "webpki-roots", "json", "gzip"] }

# image production
image = { version = "0.24.8", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] }
image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] }
imageproc = "0.23.0"
rusttype = "0.9.3"
lazy_static = "1.4.0"
Expand Down
20 changes: 10 additions & 10 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"format": "prettier --write ."
},
"dependencies": {
"@vueuse/core": "10.7.2",
"maplibre-gl": "4.0.1",
"@vueuse/core": "10.9.0",
"maplibre-gl": "4.1.0",
"markdown-it-prism": "2.3.0",
"pinia": "2.1.7",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.11.6",
"swagger-ui-dist": "5.11.8",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"unplugin-vue-markdown": "0.26.0",
"vue": "3.4.19",
"vue-router": "4.2.5"
"vue": "3.4.21",
"vue-router": "4.3.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "2.0.0",
Expand All @@ -38,21 +38,21 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.17",
"cypress": "13.6.4",
"autoprefixer": "10.4.18",
"cypress": "13.6.6",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.22.0",
"isomorphic-fetch": "3.0.0",
"npm-run-all2": "6.1.2",
"postcss": "8.4.35",
"prettier": "3.2.5",
"sass": "1.70.0",
"sass": "1.71.1",
"stylelint-scss": "6.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.1.2",
"vite": "5.1.4",
"vite-plugin-vue-devtools": "7.0.15",
"vue-i18n": "9.9.1",
"vue-i18n": "9.10.1",
"vue-tsc": "2.0.1"
},
"type": "module"
Expand Down
Loading

0 comments on commit 287dfd8

Please sign in to comment.