@@ -41,32 +41,32 @@ VERSIONS = {
41
41
"com_google_protobuf" : {
42
42
"type" : "github_archive" ,
43
43
"repo" : "protocolbuffers/protobuf" ,
44
- "version" : "26.1 " ,
45
- "sha256" : "4fc5ff1b2c339fb86cd3a25f0b5311478ab081e65ad258c6789359cd84d421f8 " ,
44
+ "version" : "28.3 " ,
45
+ "sha256" : "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a " ,
46
46
"urls" : ["https://github.com/{repo}/releases/download/v{version}/protobuf-{version}.tar.gz" ],
47
47
"strip_prefix" : "protobuf-{version}" ,
48
48
},
49
49
"envoy" : {
50
50
"type" : "github_archive" ,
51
51
"repo" : "envoyproxy/envoy" ,
52
- "version" : "d3353c7999f661f8d15dcf80e594bad8d31980b5 " ,
53
- "sha256" : "32c05585933bc4e226f1c8843ccdc7949ef20d285431c5d1a50a4cbe0debcacf " ,
52
+ "version" : "cb46fd4ce20d38b647ac5ef3d5fb92d9146ccde6 " ,
53
+ "sha256" : "dc7541573df4bc96f6ccbf058763ed457fb25a8fb205ae7de21d4f0f8bcc34a2 " ,
54
54
"urls" : ["https://github.com/{repo}/archive/{version}.tar.gz" ],
55
55
"strip_prefix" : "envoy-{version}" ,
56
56
},
57
57
"envoy_toolshed" : {
58
58
"type" : "github_archive" ,
59
59
"repo" : "envoyproxy/toolshed" ,
60
- "version" : "0.1.11 " ,
61
- "sha256" : "f868812bff7ae372e4b53d565ee75a999d33e09b2980cc0c3dfa40684f85bbda " ,
60
+ "version" : "0.2.0 " ,
61
+ "sha256" : "ef5e95580c41f6805beec197d9a4f6683550f4bfc1e1c678449b6d205dbf000b " ,
62
62
"urls" : ["https://github.com/{repo}/archive/bazel-v{version}.tar.gz" ],
63
63
"strip_prefix" : "toolshed-bazel-v{version}/bazel" ,
64
64
},
65
65
"envoy-website" : {
66
66
"type" : "github_archive" ,
67
67
"repo" : "envoyproxy/envoy-website" ,
68
- "version" : "e79ef05416554ab494d7427fbe5ceff78da4ea3e " ,
69
- "sha256" : "5bd82c1c7bdd4e8bc063a9067bfef24e4aeba9716c1cc7a965ae4100cfcf80ea " ,
68
+ "version" : "4733bc4a16a1729e396999e75cd2be0912afb238 " ,
69
+ "sha256" : "da3848be9d8a425ca25b7ae42f973520cf65838a71d60fdbe04f51c008917bcb " ,
70
70
"urls" : ["https://github.com/{repo}/archive/{version}.tar.gz" ],
71
71
"strip_prefix" : "envoy-website-{version}" ,
72
72
},
@@ -80,6 +80,14 @@ VERSIONS = {
80
80
"https://github.com/{repo}/releases/download/v{version}/rules_go-v{version}.zip" ,
81
81
],
82
82
},
83
+ "rules_cc" : {
84
+ "type" : "github_archive" ,
85
+ "repo" : "bazelbuild/rules_cc" ,
86
+ "version" : "0.0.17" ,
87
+ "sha256" : "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1" ,
88
+ "urls" : ["https://github.com/{repo}/archive/refs/tags/{version}.tar.gz" ],
89
+ "strip_prefix" : "rules_cc-{version}" ,
90
+ },
83
91
"rules_pkg" : {
84
92
"type" : "github_archive" ,
85
93
"repo" : "bazelbuild/rules_pkg" ,
@@ -91,16 +99,16 @@ VERSIONS = {
91
99
"rules_proto" : {
92
100
"type" : "github_archive" ,
93
101
"repo" : "bazelbuild/rules_proto" ,
94
- "version" : "6 .0.2" ,
95
- "sha256" : "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295 " ,
102
+ "version" : "7 .0.2" ,
103
+ "sha256" : "0e5c64a2599a6e26c6a03d6162242d231ecc0de219534c38cb4402171def21e8 " ,
96
104
"urls" : ["https://github.com/{repo}/archive/refs/tags/{version}.tar.gz" ],
97
105
"strip_prefix" : "rules_proto-{version}" ,
98
106
},
99
107
"rules_python" : {
100
108
"type" : "github_archive" ,
101
109
"repo" : "bazelbuild/rules_python" ,
102
- "version" : "0.32.2 " ,
103
- "sha256" : "4912ced70dc1a2a8e4b86cec233b192ca053e82bc72d877b98e126156e8f228d " ,
110
+ "version" : "1.0.0 " ,
111
+ "sha256" : "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07 " ,
104
112
"urls" : ["https://github.com/{repo}/archive/{version}.tar.gz" ],
105
113
"strip_prefix" : "rules_python-{version}" ,
106
114
},
0 commit comments