Update Rust crate tokio to 1.47.1
This commit is contained in:
		
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -3497,9 +3497,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "tokio"
 | 
			
		||||
version = "1.47.0"
 | 
			
		||||
version = "1.47.1"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
 | 
			
		||||
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "backtrace",
 | 
			
		||||
 "bytes",
 | 
			
		||||
 
 | 
			
		||||
@@ -32,4 +32,4 @@ sha2 = "0.11.0-rc.0"
 | 
			
		||||
base16ct = "0.2.0"
 | 
			
		||||
ruma = { version = "0.12.5", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
 | 
			
		||||
actix-ws = "0.3.0"
 | 
			
		||||
tokio = { version = "1.47.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
 | 
			
		||||
tokio = { version = "1.47.1", features = ["rt", "time", "macros", "rt-multi-thread"] }
 | 
			
		||||
		Reference in New Issue
	
	Block a user