Skip to content

Commit

Permalink
Merge pull request #45 from sine-fdn/martin/deps-update
Browse files Browse the repository at this point in the history
chore: update tandem deps
  • Loading branch information
raimundo-henriques authored Dec 13, 2023
2 parents daa3a4a + 557d377 commit a257011
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tandem = "0.2.1"
tandem_garble_interop = "0.2.1"
tandem_http_server = "0.2.1"
tandem = "0.3.0"
tandem_garble_interop = "0.3.0"
tandem_http_server = "0.3.0"
rocket = { version = "0.5.0-rc.1", features = ["json"] }
rand = "0.8.3"
bincode = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile-upstream:master-labs
FROM rust:1.65 AS builder
FROM rust:1.74 AS builder
WORKDIR /usr/src/encryptle
COPY . .
RUN rustup target add x86_64-unknown-linux-musl
Expand Down

0 comments on commit a257011

Please sign in to comment.