Merge pull request 'Update Rust crate uuid to 1.3.3' (#122) from renovate/uuid-1.x into master
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Reviewed-on: #122
This commit is contained in:
		
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -3035,9 +3035,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" | ||||
|  | ||||
| [[package]] | ||||
| name = "uuid" | ||||
| version = "1.3.2" | ||||
| version = "1.3.3" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" | ||||
| checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2" | ||||
| dependencies = [ | ||||
|  "getrandom", | ||||
|  "serde", | ||||
|   | ||||
| @@ -19,7 +19,7 @@ serde_yaml = "0.9.21" | ||||
| env_logger = "0.10.0" | ||||
| serde = { version = "1.0.163", features = ["derive"] } | ||||
| bcrypt = "0.14.0" | ||||
| uuid = { version = "1.2.2", features = ["v4"] } | ||||
| uuid = { version = "1.3.3", features = ["v4"] } | ||||
| mime_guess = "2.0.4" | ||||
| askama = "0.12.0" | ||||
| futures-util = "0.3.28" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user