mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 18:28:20 +02:00 
			
		
		
		
	Update Rust, crates and web-vault (#4328)
- Updated Rust to v1.76.0 - Updated crates - Updated web-vault to v2024.1.2b - Fixed some Clippy lints - Moved lint check configuration Cargo.toml - Fixed issue with Reset Password Enrollment when logged-in via device
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							897bdf8343
						
					
				
				
					commit
					b9bdc9b8e2
				
			
							
								
								
									
										31
									
								
								src/main.rs
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								src/main.rs
									
									
									
									
									
								
							| @@ -1,34 +1,3 @@ | ||||
| #![forbid(unsafe_code, non_ascii_idents)] | ||||
| #![deny( | ||||
|     rust_2018_idioms, | ||||
|     rust_2021_compatibility, | ||||
|     noop_method_call, | ||||
|     pointer_structural_match, | ||||
|     trivial_casts, | ||||
|     trivial_numeric_casts, | ||||
|     unused_import_braces, | ||||
|     clippy::cast_lossless, | ||||
|     clippy::clone_on_ref_ptr, | ||||
|     clippy::equatable_if_let, | ||||
|     clippy::float_cmp_const, | ||||
|     clippy::inefficient_to_string, | ||||
|     clippy::iter_on_empty_collections, | ||||
|     clippy::iter_on_single_items, | ||||
|     clippy::linkedlist, | ||||
|     clippy::macro_use_imports, | ||||
|     clippy::manual_assert, | ||||
|     clippy::manual_instant_elapsed, | ||||
|     clippy::manual_string_new, | ||||
|     clippy::match_wildcard_for_single_variants, | ||||
|     clippy::mem_forget, | ||||
|     clippy::string_add_assign, | ||||
|     clippy::string_to_string, | ||||
|     clippy::unnecessary_join, | ||||
|     clippy::unnecessary_self_imports, | ||||
|     clippy::unused_async, | ||||
|     clippy::verbose_file_reads, | ||||
|     clippy::zero_sized_map_values | ||||
| )] | ||||
| #![cfg_attr(feature = "unstable", feature(ip))] | ||||
| // The recursion_limit is mainly triggered by the json!() macro. | ||||
| // The more key/value pairs there are the more recursion occurs. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user