Skip to content

Commit

Permalink
chore: Rust to 1.78, diesel to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cptrodgers committed Aug 24, 2024
1 parent acf8f91 commit fdcbf31
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
2 changes: 1 addition & 1 deletion graphql_server/Base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.75
FROM rust:1.78

WORKDIR /app

Expand Down
37 changes: 29 additions & 8 deletions graphql_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 graphql_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ actix-web-actors = "4.3.0"
dotenv = "0.15.0"
async-graphql = { version = "7.0.3", features = ["log", "uuid", "dataloader", "apollo_tracing"] }
async-graphql-actix-web = "7.0.3"
diesel = { version = "2.1.5", features = ["postgres", "chrono", "uuid", "serde_json", "r2d2"] }
diesel = { version = "2.2.3", features = ["postgres", "chrono", "uuid", "serde_json", "r2d2"] }
chrono = "0.4"
pbkdf2 = { version = "0.7", features = ["simple"] }
log = "0.4"
Expand Down

0 comments on commit fdcbf31

Please sign in to comment.