Skip to content

Commit

Permalink
deps: Update rules_fuzzing
Browse files Browse the repository at this point in the history
The explicit abseil dependency can now be dropped as it's been updated
in rules_fuzzing and no longer requires overriding.
  • Loading branch information
robinlinden committed Oct 20, 2023
1 parent c49d628 commit 87175f5
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ http_archive(
# https://github.com/bazelbuild/rules_fuzzing
http_archive(
name = "rules_fuzzing",
sha256 = "61e246849f77571f79a2bd6899b81636aac68334386a86ff925769f14ee203a5",
strip_prefix = "rules_fuzzing-0.4.0",
url = "https://github.com/bazelbuild/rules_fuzzing/archive/v0.4.0.tar.gz",
sha256 = "f6f3f42c48576acd5653bf07637deee2ae4ebb77ccdb0dacc67c184508bedc8c",
strip_prefix = "rules_fuzzing-0.4.1",
url = "https://github.com/bazelbuild/rules_fuzzing/archive/v0.4.1.tar.gz",
)

# https://github.com/bazelbuild/rules_python
Expand Down Expand Up @@ -60,15 +60,6 @@ http_archive(
# Third-party
# =========================================================

# We don't use this, but rules_fuzzing does, and the version they depend on
# doesn't work with Clang 16 due to undeclared inclusions.
http_archive(
name = "com_google_absl", # Apache-2.0
sha256 = "987ce98f02eefbaf930d6e38ab16aa05737234d7afbab2d5c4ea7adbe50c28ed",
strip_prefix = "abseil-cpp-20230802.1",
url = "https://github.com/abseil/abseil-cpp/archive/20230802.1.tar.gz",
)

http_archive(
name = "asio", # BSL-1.0
build_file = "//third_party:asio.BUILD",
Expand Down

0 comments on commit 87175f5

Please sign in to comment.