Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #894

Merged
merged 2 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions 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 @@ -14,7 +14,7 @@ actix-web-prom = { version = "0.7.0", default-features = false, features = [] }

# runtime + webserver
tokio = { version = "1.35", features = ["full"] }
actix-web = { version = "4.4.0", default-features = false, features = ["macros","compress-gzip","cookies","http2"] }
actix-web = { version = "4.4.1", default-features = false, features = ["macros","compress-gzip","cookies","http2"] }
actix-cors = "0.6.5"

#serialisation
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.74-alpine AS compiler
FROM rust:1.75-alpine AS compiler

# to ache the build this line inludes all the dependencys all servers need
# this is not an issue since we copy the generated binary to a more minimal envornment
Expand Down
2 changes: 1 addition & 1 deletion server/calendar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prometheus = { version = "0.13.3", features = ["default", "push"] }

# scraper
rand = "0.8.5"
futures = "0.3.29"
futures = "0.3.30"
rustls = "0.22.1"
reqwest = { version= "0.11.23", default-features = false, features = ["tokio-rustls", "json", "gzip"] }
minidom = "0.15.2"
Expand Down
2 changes: 1 addition & 1 deletion server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ chrono= { version = "0.4.31", default-features = false }
actix-governor = { version = "0.5.0", features = ["logger"] }

# proposing feedback
tempfile = "3.8.1"
tempfile = "3.9.0"
image = { version = "0.24.7", features = ["default", "webp-encoder"] }
base64 = "0.21.5"
serde_yaml = "0.9"
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 @@ -26,7 +26,7 @@ serde.workspace = true
serde_json.workspace = true

cached = { version = "0.46.1", features = ["default", "async", "tokio"] }
futures = "0.3.29"
futures = "0.3.30"
unicode-truncate = "0.2.0"

# setup
Expand Down
14 changes: 7 additions & 7 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,40 @@
"format": "prettier --write ."
},
"dependencies": {
"@vueuse/core": "10.7.0",
"@vueuse/core": "10.7.1",
"maplibre-gl": "3.6.2",
"markdown-it-prism": "^2.3.0",
"pinia": "2.1.7",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.10.5",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"unplugin-vue-markdown": "^0.25.2",
"vue": "3.3.13",
"vue": "3.4.3",
"vue-router": "4.2.5"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "2.0.0",
"@rushstack/eslint-patch": "1.6.1",
"@types/swagger-ui-dist": "3.30.4",
"@vitejs/plugin-vue": "5.0.0",
"@vitejs/plugin-vue": "5.0.2",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "^10.4.16",
"cypress": "13.6.1",
"cypress": "13.6.2",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.19.2",
"isomorphic-fetch": "3.0.0",
"npm-run-all": "4.1.5",
"postcss": "^8.4.31",
"prettier": "3.1.1",
"sass": "1.69.5",
"sass": "1.69.6",
"stylelint-scss": "6.0.0",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2",
"typescript": "5.3.3",
"vite": "5.0.10",
"vue-i18n": "9.8.0",
"vue-tsc": "1.8.26"
"vue-tsc": "1.8.27"
},
"type": "module"
}
Loading
Loading