Update Rust crate webpki-roots to 1.0.4 #56
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -627,9 +627,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "webpki-roots"
 | 
			
		||||
version = "1.0.3"
 | 
			
		||||
version = "1.0.4"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8"
 | 
			
		||||
checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "rustls-pki-types",
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
@@ -10,5 +10,5 @@ clap = { version = "4.5.51", features = ["env", "derive"] }
 | 
			
		||||
tokio = { version = "1.48.0", features = ["full"] }
 | 
			
		||||
tokio-rustls = { version = "0.26.4", features = ["ring", "tls12"], default-features = false }
 | 
			
		||||
rustls-pki-types = "1.13.0"
 | 
			
		||||
webpki-roots = "1.0.3"
 | 
			
		||||
webpki-roots = "1.0.4"
 | 
			
		||||
rand = "0.9.2"
 | 
			
		||||
		Reference in New Issue
	
	Block a user