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 24, 2023
1 parent 5e3ffc4 commit 21c33a8
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 80 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
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"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"
Expand Down
Loading

0 comments on commit 21c33a8

Please sign in to comment.