Update Rust crate tokio to 1.46.1 (#116)
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -1656,9 +1656,9 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "tokio" | ||||
| version = "1.46.0" | ||||
| version = "1.46.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4" | ||||
| checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" | ||||
| dependencies = [ | ||||
|  "backtrace", | ||||
|  "bytes", | ||||
|   | ||||
| @@ -28,4 +28,4 @@ embedded-server = ["zip", "mktemp", "rand", "port_scanner"] | ||||
|  | ||||
| [dev-dependencies] | ||||
| env_logger = "0.11.8" | ||||
| tokio = { version = "1.46.0", features = ["full"] } | ||||
| tokio = { version = "1.46.1", features = ["full"] } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user