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 Jan 15, 2024
1 parent 64ce6c5 commit debe8ef
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 84 deletions.
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.5.1
tag: v1.6.0
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
interval: 10s
start_period: 60s
meilisearch:
image: getmeili/meilisearch:v1.5.1
image: getmeili/meilisearch:v1.6.0
restart: always
healthcheck:
test: wget -q --spider http://localhost:7700/health
Expand Down
4 changes: 2 additions & 2 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/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json.workspace = true

rand = "0.8.5"
regex = "1.10.2"
octocrab = { version = "0.33.0", default-features = false, features=["rustls","rustls-webpki-tokio","retry","tokio","timeout"] }
octocrab = { version = "0.33.1", default-features = false, features=["rustls","rustls-webpki-tokio","retry","tokio","timeout"] }

# web
jsonwebtoken = "9.2.0"
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"swagger-ui-dist": "5.11.0",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"unplugin-vue-markdown": "0.25.2",
"vue": "3.4.13",
"vue": "3.4.14",
"vue-router": "4.2.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit debe8ef

Please sign in to comment.