Skip to content

Commit

Permalink
Update all non-major dependencies (#990)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 34d6a70 commit 91ec514
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 137 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.6.1
tag: v1.6.2
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 @@ -91,7 +91,7 @@ services:
interval: 10s
start_period: 60s
meilisearch:
image: getmeili/meilisearch:v1.6.1
image: getmeili/meilisearch:v1.6.2
restart: always
healthcheck:
test: wget -q --spider http://localhost:7700/health
Expand Down
20 changes: 14 additions & 6 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 @@ -10,7 +10,7 @@ lto = "thin"
# logging/obeservability
log = "0.4.20"
structured-logger = "1.0.3"
actix-web-prom = { version = "0.7.0", default-features = false, features = [] }
actix-web-prom = { version = "0.8.0", default-features = false, features = [] }

# runtime + webserver
tokio = { version = "1.36", features = ["full"] }
Expand Down
4 changes: 2 additions & 2 deletions server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ serde_json.workspace = true

rand = "0.8.5"
regex = "1.10.3"
octocrab = { version = "0.34.0", default-features = false, features=["rustls","rustls-webpki-tokio","retry"] }
octocrab = { version = "0.34.1", default-features = false, features=["rustls","rustls-webpki-tokio","retry"] }

# web
jsonwebtoken = "9.2.0"
chrono= { version = "0.4.33", default-features = false }
chrono= { version = "0.4.34", default-features = false }
actix-governor = { version = "0.5.0", features = ["logger"] }

# proposing feedback
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 @@ -34,7 +34,7 @@ serde_yaml = "0.9"

# database
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio-rustls", "migrate", "macros", "chrono"] }
chrono = { version = "0.4.33", default-features = false, features = ["serde"] }
chrono = { version = "0.4.34", default-features = false, features = ["serde"] }

# search
meilisearch-sdk = "0.24.3"
Expand Down
8 changes: 4 additions & 4 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"dependencies": {
"@vueuse/core": "10.7.2",
"maplibre-gl": "4.0.0",
"maplibre-gl": "4.0.1",
"markdown-it-prism": "2.3.0",
"pinia": "2.1.7",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.11.3",
"swagger-ui-dist": "5.11.6",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"unplugin-vue-markdown": "0.26.0",
"vue": "3.4.18",
"vue": "3.4.19",
"vue-router": "4.2.5"
},
"devDependencies": {
Expand All @@ -50,7 +50,7 @@
"stylelint-scss": "6.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.1.1",
"vite": "5.1.2",
"vue-i18n": "9.9.1",
"vue-tsc": "1.8.27"
},
Expand Down
Loading

0 comments on commit 91ec514

Please sign in to comment.