mirror of
				https://github.com/TeamPiped/reqwest4j.git
				synced 2024-08-14 23:54:39 +00:00 
			
		
		
		
	Update Rust crate jni to 0.21.1
This commit is contained in:
		
							parent
							
								
									ba6e6f7b49
								
							
						
					
					
						commit
						21a8b2a896
					
				
					 2 changed files with 5 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								reqwest-jni/Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								reqwest-jni/Cargo.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -359,16 +359,18 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "jni"
 | 
					name = "jni"
 | 
				
			||||||
version = "0.20.0"
 | 
					version = "0.21.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
 | 
					checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "cesu8",
 | 
					 "cesu8",
 | 
				
			||||||
 | 
					 "cfg-if",
 | 
				
			||||||
 "combine",
 | 
					 "combine",
 | 
				
			||||||
 "jni-sys",
 | 
					 "jni-sys",
 | 
				
			||||||
 "log",
 | 
					 "log",
 | 
				
			||||||
 "thiserror",
 | 
					 "thiserror",
 | 
				
			||||||
 "walkdir",
 | 
					 "walkdir",
 | 
				
			||||||
 | 
					 "windows-sys",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ edition = "2021"
 | 
				
			||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
					# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
jni = "0.20.0"
 | 
					jni = "0.21.1"
 | 
				
			||||||
reqwest = {version = "0.11.15", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
 | 
					reqwest = {version = "0.11.15", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
 | 
				
			||||||
tokio = {version = "1.26.0", features = ["full"]}
 | 
					tokio = {version = "1.26.0", features = ["full"]}
 | 
				
			||||||
once_cell = "1.17.1"
 | 
					once_cell = "1.17.1"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue