Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: secretflow/serving
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 49b10dec2bd75740e4a6daec61d5deeaa191fdfc
Choose a base ref
..
head repository: secretflow/serving
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eddbe8988afe5f4e6a9c8b89720855eec104a051
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 bazel/repositories.bzl
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
@@ -130,11 +130,11 @@ def _com_aws_sdk():
maybe(
http_archive,
name = "com_aws_sdk",
sha256 = "e7a0eddce72b6c403877d78627cc6d803681e6201209f554aedcb87fd08c6e3c",
strip_prefix = "aws-sdk-cpp-1.11.392",
sha256 = "73e92389ef188aad9f09e45494f1e4c0ee7e4e4bb1bef26acef3d36d73e0458f",
strip_prefix = "aws-sdk-cpp-1.11.393",
build_file = "@sf_serving//bazel:aws.BUILD",
urls = [
"https://github.com/aws/aws-sdk-cpp/archive/1.11.392.tar.gz",
"https://github.com/aws/aws-sdk-cpp/archive/1.11.393.tar.gz",
],
)