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 8977eaf
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 75 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
36 changes: 18 additions & 18 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/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 8977eaf

Please sign in to comment.