File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,19 @@ bazel_dep(
10
10
version = "1.15.1" ,
11
11
repo_name = "build_bazel_apple_support" ,
12
12
)
13
-
14
13
bazel_dep (
15
14
name = "rules_apple" ,
16
15
version = "3.5.1" ,
17
16
repo_name = "build_bazel_rules_apple" ,
18
17
)
19
-
20
18
bazel_dep (
21
19
name = "rules_cc" ,
22
20
version = "0.0.9" ,
23
21
)
24
-
25
22
bazel_dep (
26
23
name = "tink_cc" ,
27
- version = "2.2 .0" ,
24
+ version = "2.3 .0" ,
28
25
)
29
-
30
26
bazel_dep (
31
27
name = "abseil-cpp" ,
32
28
version = "20230802.1" ,
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ objc_library(
226
226
"//Tink/util:strings" ,
227
227
"@com_google_absl//absl/status" ,
228
228
"@com_google_absl//absl/strings" ,
229
- "@tink_cc//tink:json_keyset_reader" ,
229
+ "@tink_cc//tink/json :json_keyset_reader" ,
230
230
],
231
231
)
232
232
Original file line number Diff line number Diff line change 25
25
26
26
#include " absl/status/status.h"
27
27
#include " absl/strings/string_view.h"
28
- #include " tink/json_keyset_reader.h"
28
+ #include " tink/json/ json_keyset_reader.h"
29
29
#include " Tink/proto_redirect/tink_cc_pb_redirect.h"
30
30
31
31
@implementation TINKJSONKeysetReader
You can’t perform that action at this time.
0 commit comments