Merge pull request 'Update Rust crate tokio to 1.46.1' (#267) from renovate/tokio-1.x into master
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							
								
								
									
										17
									
								
								central_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										17
									
								
								central_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -1750,6 +1750,17 @@ dependencies = [ | ||||
|  "generic-array", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "io-uring" | ||||
| version = "0.7.9" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" | ||||
| dependencies = [ | ||||
|  "bitflags", | ||||
|  "cfg-if", | ||||
|  "libc", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "ipnet" | ||||
| version = "2.11.0" | ||||
| @@ -2945,17 +2956,19 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "tokio" | ||||
| version = "1.44.2" | ||||
| version = "1.46.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" | ||||
| checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" | ||||
| dependencies = [ | ||||
|  "backtrace", | ||||
|  "bytes", | ||||
|  "io-uring", | ||||
|  "libc", | ||||
|  "mio", | ||||
|  "parking_lot", | ||||
|  "pin-project-lite", | ||||
|  "signal-hook-registry", | ||||
|  "slab", | ||||
|  "socket2", | ||||
|  "tokio-macros", | ||||
|  "windows-sys 0.52.0", | ||||
|   | ||||
| @@ -32,7 +32,7 @@ futures-util = "0.3.31" | ||||
| uuid = { version = "1.16.0", features = ["v4", "serde"] } | ||||
| semver = { version = "1.0.26", features = ["serde"] } | ||||
| lazy-regex = "3.4.1" | ||||
| tokio = { version = "1.44.2", features = ["full"] } | ||||
| tokio = { version = "1.46.1", features = ["full"] } | ||||
| tokio_schedule = "0.3.2" | ||||
| mime_guess = "2.0.5" | ||||
| rust-embed = "8.7.2" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user