Merge pull request 'Update Rust crate thiserror to 2.0.15' (#81) from renovate/thiserror-2.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
				
			This commit is contained in:
		
							
								
								
									
										22
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										22
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -1923,7 +1923,7 @@ dependencies = [ | ||||
|  "serde", | ||||
|  "serde_json", | ||||
|  "superboring", | ||||
|  "thiserror 2.0.14", | ||||
|  "thiserror 2.0.15", | ||||
|  "zeroize", | ||||
| ] | ||||
|  | ||||
| @@ -2082,7 +2082,7 @@ dependencies = [ | ||||
|  "serde", | ||||
|  "serde_json", | ||||
|  "sha2 0.11.0-rc.0", | ||||
|  "thiserror 2.0.14", | ||||
|  "thiserror 2.0.15", | ||||
|  "tokio", | ||||
|  "urlencoding", | ||||
|  "uuid", | ||||
| @@ -2805,7 +2805,7 @@ dependencies = [ | ||||
|  "serde", | ||||
|  "serde_html_form", | ||||
|  "serde_json", | ||||
|  "thiserror 2.0.14", | ||||
|  "thiserror 2.0.15", | ||||
|  "url", | ||||
|  "web-time", | ||||
| ] | ||||
| @@ -2833,7 +2833,7 @@ dependencies = [ | ||||
|  "serde", | ||||
|  "serde_html_form", | ||||
|  "serde_json", | ||||
|  "thiserror 2.0.14", | ||||
|  "thiserror 2.0.15", | ||||
|  "time", | ||||
|  "tracing", | ||||
|  "url", | ||||
| @@ -2859,7 +2859,7 @@ dependencies = [ | ||||
|  "ruma-macros", | ||||
|  "serde", | ||||
|  "serde_json", | ||||
|  "thiserror 2.0.14", | ||||
|  "thiserror 2.0.15", | ||||
|  "tracing", | ||||
|  "url", | ||||
|  "web-time", | ||||
| @@ -2873,7 +2873,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "6ad674b5e5368c53a2c90fde7dac7e30747004aaf7b1827b72874a25fc06d4d8" | ||||
| dependencies = [ | ||||
|  "js_int", | ||||
|  "thiserror 2.0.14", | ||||
|  "thiserror 2.0.15", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -3416,11 +3416,11 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "thiserror" | ||||
| version = "2.0.14" | ||||
| version = "2.0.15" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" | ||||
| checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850" | ||||
| dependencies = [ | ||||
|  "thiserror-impl 2.0.14", | ||||
|  "thiserror-impl 2.0.15", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -3436,9 +3436,9 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "thiserror-impl" | ||||
| version = "2.0.14" | ||||
| version = "2.0.15" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" | ||||
| checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0" | ||||
| dependencies = [ | ||||
|  "proc-macro2", | ||||
|  "quote", | ||||
|   | ||||
| @@ -15,7 +15,7 @@ rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] } | ||||
| actix-web = "4.11.0" | ||||
| actix-session = { version = "0.10.1", features = ["redis-session"] } | ||||
| light-openid = "1.0.4" | ||||
| thiserror = "2.0.14" | ||||
| thiserror = "2.0.15" | ||||
| rand = "0.9.2" | ||||
| rust-embed = "8.7.2" | ||||
| mime_guess = "2.0.5" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user