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 Oct 3, 2023
1 parent e8d903f commit 1dc84e6
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 109 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
30 changes: 26 additions & 4 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 @@ -42,7 +42,7 @@ prometheus = { version = "0.13.3", features = ["default", "push"] }
rand = "0.8.5"
futures = "0.3.28"
rustls = "0.21.7"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls", "json"] }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls", "json"] }
minidom = "0.15.2"
regex = "1.9.6"

Expand Down
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.9.6"
octocrab = "0.30.1"
octocrab = "0.31.0"

# web
jsonwebtoken = "8.3.0"
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 @@ -44,7 +44,7 @@ regex = "1.9.6"

# maps
rustls = "0.21.7"
reqwest = { version= "0.11.20", default-features = false, features = ["rustls-tls", "json", "gzip"] }
reqwest = { version= "0.11.22", default-features = false, features = ["rustls-tls", "json", "gzip"] }
image = "0.24.7"
imageproc = "0.23.0"
rusttype = "0.9.3"
Expand Down
Loading

0 comments on commit 1dc84e6

Please sign in to comment.