chore(tvix/castore): drop unused indicatif dependency
Change-Id: I9fbd32596fbffe09a590a50044a4f1d074a424c3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11794 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
		
							parent
							
								
									ddd88a589b
								
							
						
					
					
						commit
						99df0e73f4
					
				
					 3 changed files with 0 additions and 6 deletions
				
			
		
							
								
								
									
										1
									
								
								tvix/Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								tvix/Cargo.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -4150,7 +4150,6 @@ dependencies = [
 | 
				
			||||||
 "fuse-backend-rs",
 | 
					 "fuse-backend-rs",
 | 
				
			||||||
 "futures",
 | 
					 "futures",
 | 
				
			||||||
 "hex-literal",
 | 
					 "hex-literal",
 | 
				
			||||||
 "indicatif",
 | 
					 | 
				
			||||||
 "lazy_static",
 | 
					 "lazy_static",
 | 
				
			||||||
 "libc",
 | 
					 "libc",
 | 
				
			||||||
 "object_store",
 | 
					 "object_store",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13061,10 +13061,6 @@ rec {
 | 
				
			||||||
            name = "futures";
 | 
					            name = "futures";
 | 
				
			||||||
            packageId = "futures";
 | 
					            packageId = "futures";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          {
 | 
					 | 
				
			||||||
            name = "indicatif";
 | 
					 | 
				
			||||||
            packageId = "indicatif";
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            name = "lazy_static";
 | 
					            name = "lazy_static";
 | 
				
			||||||
            packageId = "lazy_static";
 | 
					            packageId = "lazy_static";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,6 @@ data-encoding = "2.3.3"
 | 
				
			||||||
digest = "0.10.7"
 | 
					digest = "0.10.7"
 | 
				
			||||||
fastcdc = { version = "3.1.0", features = ["tokio"] }
 | 
					fastcdc = { version = "3.1.0", features = ["tokio"] }
 | 
				
			||||||
futures = "0.3.30"
 | 
					futures = "0.3.30"
 | 
				
			||||||
indicatif = "0.17.8"
 | 
					 | 
				
			||||||
lazy_static = "1.4.0"
 | 
					lazy_static = "1.4.0"
 | 
				
			||||||
object_store = { version = "0.9.1", features = ["http"] }
 | 
					object_store = { version = "0.9.1", features = ["http"] }
 | 
				
			||||||
parking_lot = "0.12.1"
 | 
					parking_lot = "0.12.1"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue