From 73bdb4d56f4e4fded8ca24c3be406b5d535de8da Mon Sep 17 00:00:00 2001 From: Phillipp Schoppmann Date: Mon, 10 Feb 2025 09:56:16 -0800 Subject: [PATCH 1/3] No public description PiperOrigin-RevId: 725253121 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 549c436..e3f2034 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -97,7 +97,7 @@ http_archive( http_archive( name = "com_github_google_farmhash", add_prefix = "farmhash", - build_file = "@//:bazel/farmhash.BUILD", + build_file = "//:bazel/farmhash.BUILD", sha256 = "470e87745d1393cc2793f49e9bfbd2c2cf282feeeb0c367f697996fa7e664fc5", strip_prefix = "farmhash-0d859a811870d10f53a594927d0d0b97573ad06d/src", urls = [ From 76b69cbcaa33b1dc2e9facebf50f595cb26f2b83 Mon Sep 17 00:00:00 2001 From: Phillipp Schoppmann Date: Tue, 11 Feb 2025 12:14:14 -0800 Subject: [PATCH 2/3] Update rules_cc PiperOrigin-RevId: 725725278 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index e3f2034..a20c3bd 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -22,7 +22,7 @@ bazel_dep( ) bazel_dep( name = "rules_cc", - version = "0.1.0", + version = "0.1.1", ) bazel_dep( name = "protobuf", From 226818e835cb945707aa956da461064bd6c5df4c Mon Sep 17 00:00:00 2001 From: DPF Team Date: Wed, 11 Jun 2025 10:15:18 -0700 Subject: [PATCH 3/3] No public description PiperOrigin-RevId: 770206714 --- pir/private_information_retrieval.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/pir/private_information_retrieval.proto b/pir/private_information_retrieval.proto index 4d8d135..853d187 100644 --- a/pir/private_information_retrieval.proto +++ b/pir/private_information_retrieval.proto @@ -1,3 +1,4 @@ + // Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License");