File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ def rules_haskell_dependencies():
121121    maybe (
122122        http_archive ,
123123        name  =  "com_google_protobuf" ,
124-         sha256  =  "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de " ,
125-         strip_prefix  =  "protobuf-21.12 " ,
124+         sha256  =  "07a43d88fe5a38e434c7f94129cad56a4c43a51f99336074d0799c2f7d4e44c5 " ,
125+         strip_prefix  =  "protobuf-30.2 " ,
126126        urls  =  [
127-             "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12 .tar.gz" ,
127+             "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v30.2 .tar.gz" ,
128128        ],
129129    )
130130
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ bazel_dep(
8181)
8282bazel_dep (
8383    name  =  "protobuf" ,
84-     version  =  "21.7 " ,
84+     version  =  "30.2 " ,
8585    repo_name  =  "com_google_protobuf" ,
8686)
8787bazel_dep (
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments