Update Rust crate ruma to 0.12.3
This commit is contained in:
		
							
								
								
									
										12
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -2739,9 +2739,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "ruma"
 | 
					name = "ruma"
 | 
				
			||||||
version = "0.12.2"
 | 
					version = "0.12.3"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "c64fdaae631940eda62844a8a3026aba2ba84c22588c888ebec44861ba4d0c18"
 | 
					checksum = "d910a9b75cbf0e88f74295997c1a41c3ab7a117879a029c72db815192c167a0d"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "assign",
 | 
					 "assign",
 | 
				
			||||||
 "js_int",
 | 
					 "js_int",
 | 
				
			||||||
@@ -2777,9 +2777,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "ruma-client-api"
 | 
					name = "ruma-client-api"
 | 
				
			||||||
version = "0.20.2"
 | 
					version = "0.20.3"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "b9a89ac03a0f4451f946ed9aed6fdd16ef5a78a3a2849e87af4b2474a176b2fb"
 | 
					checksum = "09cc4ff88a70a3d1e7a2c5b51cca7499cb889b42687608ab664b9a216c49314d"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "as_variant",
 | 
					 "as_variant",
 | 
				
			||||||
 "assign",
 | 
					 "assign",
 | 
				
			||||||
@@ -2833,9 +2833,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "ruma-events"
 | 
					name = "ruma-events"
 | 
				
			||||||
version = "0.30.2"
 | 
					version = "0.30.3"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "6c100eb6c7691ef010f18d9af315f486fc4da621b7203c431e88352148e84551"
 | 
					checksum = "41ab3d1b54c32a65194ecc44bc7f7575df50ef4255b139547d7dcc1753dc883d"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "as_variant",
 | 
					 "as_variant",
 | 
				
			||||||
 "indexmap",
 | 
					 "indexmap",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,6 +30,6 @@ actix-remote-ip = "0.1.0"
 | 
				
			|||||||
bytes = "1.10.1"
 | 
					bytes = "1.10.1"
 | 
				
			||||||
sha2 = "0.11.0-rc.0"
 | 
					sha2 = "0.11.0-rc.0"
 | 
				
			||||||
base16ct = "0.2.0"
 | 
					base16ct = "0.2.0"
 | 
				
			||||||
ruma = { version = "0.12.2", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
 | 
					ruma = { version = "0.12.3", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
 | 
				
			||||||
actix-ws = "0.3.0"
 | 
					actix-ws = "0.3.0"
 | 
				
			||||||
tokio = { version = "1.45.1", features = ["rt", "time", "macros", "rt-multi-thread"] }
 | 
					tokio = { version = "1.45.1", features = ["rt", "time", "macros", "rt-multi-thread"] }
 | 
				
			||||||
		Reference in New Issue
	
	Block a user