Update Rust crate bcrypt to 0.16.0
This commit is contained in:
		
							
								
								
									
										4
									
								
								geneit_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								geneit_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -547,9 +547,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "bcrypt"
 | 
					name = "bcrypt"
 | 
				
			||||||
version = "0.15.1"
 | 
					version = "0.16.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7"
 | 
					checksum = "2b1866ecef4f2d06a0bb77880015fdf2b89e25a1c2e5addacb87e459c86dc67e"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "base64",
 | 
					 "base64",
 | 
				
			||||||
 "blowfish",
 | 
					 "blowfish",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,7 +25,7 @@ mailchecker = "6.0.8"
 | 
				
			|||||||
redis = "0.27.0"
 | 
					redis = "0.27.0"
 | 
				
			||||||
lettre = "0.11.8"
 | 
					lettre = "0.11.8"
 | 
				
			||||||
rand = "0.8.5"
 | 
					rand = "0.8.5"
 | 
				
			||||||
bcrypt = "0.15.1"
 | 
					bcrypt = "0.16.0"
 | 
				
			||||||
light-openid = "1.0.2"
 | 
					light-openid = "1.0.2"
 | 
				
			||||||
thiserror = "1.0.60"
 | 
					thiserror = "1.0.60"
 | 
				
			||||||
serde_with = "3.8.1"
 | 
					serde_with = "3.8.1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user