Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1139)
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 May 3, 2024
1 parent aa4f5bb commit 1af5bae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77-alpine AS compiler
FROM rust:1.78-alpine AS compiler

# to ache the build this line inludes all the dependencys all servers need
# this is not an issue since we copy the generated binary to a more minimal envornment
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 @@ -31,7 +31,7 @@ actix-web = { version = "4.5.1", default-features = false, features = ["macros",
actix-cors = "0.7.0"
rustls = { version = "0.23.5", default-features = false, features = ["ring"] } # the aws' fips complient libary has weird bingen issues which require deeper looking into

cached = { version = "0.50.0", features = ["default", "async", "tokio", "disk_store"] }
cached = { version = "0.51.0", features = ["default", "async", "tokio", "disk_store"] }
futures = "0.3.30"
unicode-truncate = "1.0.0"

Expand Down

0 comments on commit 1af5bae

Please sign in to comment.