diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 4ff17c64..e50907a9 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -10,8 +10,8 @@ GNMI_SHA="3701005f28044065608322c179625c8898beadb80c89096b3d8aae1fbac15108"; # We cannot use the latest release (v1.3.0) as we need to include a recent fix # to support Bazel 5.0. More precisely, this fix updates the Bazel build # dependencies to more recent versions compatible with Bazel 5.0. -P4RUNTIME_COMMIT="1e771c4e05c4e7e250df00212b3ca02ee3202d71" -P4RUNTIME_SHA="251009589f02a0baaac7a1c8733c994340f141e30044cbcb1b7e03c6d438b4b8" +P4RUNTIME_COMMIT="ec4eb5ef70dbcbcbf2f8357a4b2b8c2f218845a5" +P4RUNTIME_SHA="ea8b7744c45afa7a78a90a1a4232b5fbb386b6714dc16c9b1ea643398889c92b" def PI_deps(): """Loads dependencies needed to compile PI.""" diff --git a/proto/p4runtime b/proto/p4runtime index 1e771c4e..ec4eb5ef 160000 --- a/proto/p4runtime +++ b/proto/p4runtime @@ -1 +1 @@ -Subproject commit 1e771c4e05c4e7e250df00212b3ca02ee3202d71 +Subproject commit ec4eb5ef70dbcbcbf2f8357a4b2b8c2f218845a5