Skip to content

Commit

Permalink
Update Rust dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <[email protected]>
  • Loading branch information
calavera committed Jan 13, 2023
1 parent d02c529 commit fdb3037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build-image-src/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ https://github.com/FasterXML/jackson-databind
** requests; version 2.7.0 -- https://github.com/psf/requests
** s3transfer; version 0.3.3 -- https://github.com/boto/s3transfer
** serverlessrepo; version 0.1.9 -- https://pypi.org/project/serverlessrepo/
** Rust; version 1.63.0 -- https://github.com/rust-lang/rust
** Rust; version 1.66.1 -- https://github.com/rust-lang/rust
** Rustup; version 1.25.1 -- https://github.com/rust-lang/rustup

Apache License
Expand Down Expand Up @@ -379,7 +379,7 @@ limitations under the License.

------

** Zig; version 0.9.1 -- https://ziglang.org/
** Zig; version 0.10.0 -- https://ziglang.org/
The MIT License (Expat)

Copyright (c) 2015-2022, Zig contributors
Expand All @@ -404,7 +404,7 @@ THE SOFTWARE.

------

** Cargo Lambda; version 0.11.1 -- https://www.cargo-lambda.info
** Cargo Lambda; version 0.15.0 -- https://www.cargo-lambda.info
Copyright (c) 2022 David Calavera <[email protected]>

MIT License
Expand Down
4 changes: 2 additions & 2 deletions build-image-src/Dockerfile-provided_al2
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG AWS_CLI_ARCH
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$AWS_CLI_ARCH.zip" -o "awscliv2.zip" && unzip awscliv2.zip && ./aws/install && rm awscliv2.zip && rm -rf ./aws

# Install Rust toolchain
ARG RUST_VERSION=1.63.0
ARG RUST_VERSION=1.66.1
ENV RUST_VERSION=${RUST_VERSION}
ENV RUST_ARCH=${AWS_CLI_ARCH}-unknown-linux-gnu
ENV RUSTUP_HOME=/usr/local/rustup
Expand All @@ -52,7 +52,7 @@ RUN curl -sSOL "https://static.rust-lang.org/rustup/archive/1.25.1/${RUST_ARCH}/
RUN rustup target install x86_64-unknown-linux-gnu; rustup target install aarch64-unknown-linux-gnu

# Install Cargo Lambda and depedendencies
ARG CARGO_LAMBDA_VERSION=0.11.1
ARG CARGO_LAMBDA_VERSION=0.15.0
RUN pip3 install cargo-lambda==${CARGO_LAMBDA_VERSION}

# Install SAM CLI in a dedicated Python virtualenv
Expand Down

0 comments on commit fdb3037

Please sign in to comment.