chore(eip712): remove unused failure-derive (#9958)
				
					
				
			This commit is contained in:
		
							parent
							
								
									4ee49f03df
								
							
						
					
					
						commit
						1fdfa1e6c6
					
				
							
								
								
									
										1
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -498,7 +498,6 @@ dependencies = [
 | 
			
		||||
 "ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "keccak-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 | 
			
		||||
@ -12,7 +12,6 @@ keccak-hash = "0.1"
 | 
			
		||||
ethereum-types = "0.4"
 | 
			
		||||
failure = "0.1"
 | 
			
		||||
itertools = "0.7"
 | 
			
		||||
failure_derive = "0.1"
 | 
			
		||||
lazy_static = "1.1"
 | 
			
		||||
toolshed = "0.4"
 | 
			
		||||
regex = "1.0"
 | 
			
		||||
 | 
			
		||||
@ -172,8 +172,6 @@ extern crate validator;
 | 
			
		||||
#[macro_use]
 | 
			
		||||
extern crate validator_derive;
 | 
			
		||||
#[macro_use]
 | 
			
		||||
extern crate failure_derive;
 | 
			
		||||
#[macro_use]
 | 
			
		||||
extern crate serde_derive;
 | 
			
		||||
#[macro_use]
 | 
			
		||||
extern crate lazy_static;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user