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 Dec 27, 2023
1 parent 5e3ffc4 commit 643f6cb
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 107 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye as build-stage
FROM python:3.12-bullseye as build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down
44 changes: 22 additions & 22 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/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/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
10 changes: 5 additions & 5 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"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",
Expand All @@ -34,12 +34,12 @@
"@intlify/unplugin-vue-i18n": "2.0.0",
"@rushstack/eslint-patch": "1.6.1",
"@types/swagger-ui-dist": "3.30.4",
"@vitejs/plugin-vue": "4.5.2",
"@vitejs/plugin-vue": "4.6.0",
"@vue/eslint-config-prettier": "8.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",
Expand All @@ -49,10 +49,10 @@
"sass": "1.69.5",
"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

0 comments on commit 643f6cb

Please sign in to comment.