Update Rust crate webpki-roots to 0.26.9
This commit is contained in:
		
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -685,9 +685,9 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "webpki-roots" | ||||
| version = "0.26.8" | ||||
| version = "0.26.9" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" | ||||
| checksum = "29aad86cec885cafd03e8305fd727c418e970a521322c91688414d5b8efba16b" | ||||
| dependencies = [ | ||||
|  "rustls-pki-types", | ||||
| ] | ||||
|   | ||||
| @@ -10,5 +10,5 @@ clap = { version = "4.5.37", features = ["env", "derive"] } | ||||
| tokio = { version = "1.44.2", features = ["full"] } | ||||
| tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false } | ||||
| rustls-pki-types = "1.11.0" | ||||
| webpki-roots = "0.26.8" | ||||
| webpki-roots = "0.26.9" | ||||
| rand = "0.9.1" | ||||
		Reference in New Issue
	
	Block a user