Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent f1274e0 commit 0486514
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 149 deletions.
4 changes: 2 additions & 2 deletions data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
beautifulsoup4~=4.12.2
defusedxml~=0.7.1
lxml~=4.9.2
numba~=0.57.1
numba~=0.58.0
Pillow~=10.0.0
pydantic~=2.3.0
pydantic~=2.4.1
pyyaml~=6.0
requests~=2.31.0
ruamel.yaml~=0.17.24
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.3.4
tag: v1.4.0
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
60 changes: 33 additions & 27 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 @@ -31,7 +31,7 @@ serde_json.workspace = true
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }

# database
diesel = { version = "2.1.1", features = ["default", "chrono", "postgres"] }
diesel = { version = "2.1.2", features = ["default", "chrono", "postgres"] }
diesel_migrations = "2.1.0"

# metrics
Expand Down
6 changes: 3 additions & 3 deletions server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ actix-web-prom.workspace = true
serde.workspace = true
serde_json.workspace = true

cached = { version = "0.45.1", features = ["default", "async", "tokio"] }
cached = { version = "0.46.0", features = ["default", "async", "tokio"] }
futures = "0.3.28"
unicode-truncate = "0.2.0"

# setup
serde_yaml = "0.9"

# database
diesel = { version = "2.1.1", features = ["default", "sqlite"] }
diesel = { version = "2.1.2", features = ["default", "sqlite"] }
libsqlite3-sys = { version = "*", features = ["bundled"] }
sqlx = { version = "0.7.1", features = ["sqlite", "runtime-tokio", "migrate", "macros"] }
sqlx = { version = "0.7.2", features = ["sqlite", "runtime-tokio", "migrate", "macros"] }

# search
meilisearch-sdk = "0.24.2"
Expand Down
Loading

0 comments on commit 0486514

Please sign in to comment.