Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent edd139d commit d23b825
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 132 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
2 changes: 1 addition & 1 deletion deployment/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server:
mielisearch:
image:
repository: 'getmeili/meilisearch'
tag: v1.4.1
tag: v1.4.2
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
30 changes: 15 additions & 15 deletions server/Cargo.lock

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

4 changes: 2 additions & 2 deletions server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ regex = "1.10.2"
octocrab = "0.31.2"

# web
jsonwebtoken = "9.0.0"
jsonwebtoken = "9.1.0"
chrono= { version = "0.4.31", default-features = false }
actix-governor = { version = "0.5.0", features = ["log"] }

# proposing feedback
tempfile = "3.8.0"
image = { version = "0.24.7", features = ["default", "webp-encoder"] }
imageproc = "0.23.0"
base64 = "0.21.4"
base64 = "0.21.5"
serde_yaml = "0.9"

[dev-dependencies]
Expand Down
Loading

0 comments on commit d23b825

Please sign in to comment.