Skip to content
Snippets Groups Projects
Commit 63b04cf5 authored by tholenst's avatar tholenst Committed by Copybara-Service
Browse files

Bumping up ABSL-version.

PiperOrigin-RevId: 264384749
parent 08f38fab
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,9 @@ http_archive( ...@@ -30,9 +30,9 @@ http_archive(
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
http_archive( http_archive(
name = "com_google_absl", name = "com_google_absl",
strip_prefix = "abseil-cpp-c476da141ca9cffc2137baf85872f0cae9ffa9ad", strip_prefix = "abseil-cpp-20190808",
url = "https://github.com/abseil/abseil-cpp/archive/c476da141ca9cffc2137baf85872f0cae9ffa9ad.zip", url = "https://github.com/abseil/abseil-cpp/archive/20190808.zip",
sha256 = "84b4277a9b56f9a192952beca535313497826c6ff2e38b2cac7351a3ed2ae780", sha256 = "0b62fc2d00c2b2bc3761a892a17ac3b8af3578bd28535d90b4c914b0a7460d4e",
) )
http_archive( http_archive(
......
...@@ -528,7 +528,7 @@ tink_cc_library( ...@@ -528,7 +528,7 @@ tink_cc_library(
core/key_type_manager.h core/key_type_manager.h
DEPS DEPS
absl::hash absl::hash
absl::container absl::flat_hash_map
tink::proto::tink_cc_proto tink::proto::tink_cc_proto
tink::util::status tink::util::status
tink::util::statusor tink::util::statusor
......
...@@ -44,8 +44,8 @@ http_archive( ...@@ -44,8 +44,8 @@ http_archive(
http_archive( http_archive(
NAME com_google_absl NAME com_google_absl
URL https://github.com/abseil/abseil-cpp/archive/c476da141ca9cffc2137baf85872f0cae9ffa9ad.zip URL https://github.com/abseil/abseil-cpp/archive/20190808.zip
SHA256 84b4277a9b56f9a192952beca535313497826c6ff2e38b2cac7351a3ed2ae780 SHA256 0b62fc2d00c2b2bc3761a892a17ac3b8af3578bd28535d90b4c914b0a7460d4e
) )
http_archive( http_archive(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment