diff --git a/Cargo.bazel.lock b/Cargo.bazel.lock index 671cea3978b..b4af7c2ec3e 100644 --- a/Cargo.bazel.lock +++ b/Cargo.bazel.lock @@ -230,6 +230,7 @@ dependencies = [ "prost", "prost-build", "rand_core", + "regex", "rsa", "serde", "serde_json", diff --git a/WORKSPACE b/WORKSPACE index 01b04e63272..5bfc7531b22 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -391,6 +391,10 @@ crates_repository( features = ["getrandom"], version = "*", ), + "regex": crate.spec( + default_features = False, + version = "*", + ), "rsa": crate.spec( default_features = False, version = "0.9.6", diff --git a/cargo-bazel-lock.json b/cargo-bazel-lock.json index 9b6a030453b..746bf3b64ed 100644 --- a/cargo-bazel-lock.json +++ b/cargo-bazel-lock.json @@ -1,5 +1,5 @@ { - "checksum": "20905ca77634d11a6071cbe711d2fd7f7a7688bca9c5a4a45e7149bd539b060e", + "checksum": "ea906083db334fa545e6bddd74c9c9271f2cb3802f30aaed50f7eec83bedadb5", "crates": { "aho-corasick 1.1.2": { "name": "aho-corasick", @@ -1420,6 +1420,10 @@ "id": "rand_core 0.6.4", "target": "rand_core" }, + { + "id": "regex 1.10.3", + "target": "regex" + }, { "id": "rsa 0.9.6", "target": "rsa" @@ -7395,6 +7399,7 @@ "prost 0.12.3", "prost-build 0.12.3", "rand_core 0.6.4", + "regex 1.10.3", "rsa 0.9.6", "serde 1.0.197", "serde_json 1.0.114",