Merge pull request #290 from timothymiller/dependabot/cargo/rustls-0.23.43

Bump rustls from 0.23.42 to 0.23.43
This commit is contained in:
Timothy Miller
2026-09-02 19:06:38 -04:00
committed by GitHub

4
Cargo.lock generated
View File

@@ -946,9 +946,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls" name = "rustls"
version = "0.23.42" version = "0.23.43"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"ring", "ring",