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 Mar 2, 2024
1 parent 414175a commit c3d551f
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 172 deletions.
180 changes: 174 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 @@ -8,7 +8,7 @@ lto = "thin"

[workspace.dependencies]
# logging/obeservability
log = "0.4.20"
log = "0.4.21"
structured-logger = "1.0.3"
actix-web-prom = { version = "0.8.0", default-features = false, features = [] }

Expand Down
6 changes: 3 additions & 3 deletions server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ chrono= { version = "0.4.34", default-features = false }
actix-governor = { version = "0.5.0", features = ["logger"] }

# proposing feedback
tempfile = "3.10.0"
image = { version = "0.24.8", features = ["default", "webp-encoder"] }
base64 = "0.21.7"
tempfile = "3.10.1"
image = { version = "0.24.9", features = ["default", "webp-encoder"] }
base64 = "0.22.0"
serde_yaml = "0.9"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ regex = "1.10.3"

# web access
oauth2 = { version = "4.4.2", default-features = false, features = ["rustls-tls", "reqwest"] }
rustls = "0.22.2"
rustls = "0.23.1"
reqwest = { version = "0.11.24", default-features = false, features = ["tokio-rustls", "rustls-tls-webpki-roots", "rustls", "webpki-roots", "json", "gzip"] }

# image production
image = "0.24.8"
image = "0.24.9"
imageproc = "0.23.0"
rusttype = "0.9.3"
lazy_static = "1.4.0"
Expand Down
Loading

0 comments on commit c3d551f

Please sign in to comment.