Skip to content

Commit

Permalink
Merge branch 'main' into chore/formatting-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 5, 2024
2 parents c5740fe + e43a2bb commit bdf1e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/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.51.0", features = ["default", "async", "tokio", "disk_store"] }
cached = { version = "0.51.1", features = ["default", "async", "tokio", "disk_store"] }
futures = "0.3.30"
unicode-truncate = "1.0.0"

Expand Down

0 comments on commit bdf1e6a

Please sign in to comment.