Merge pull request #282 from timothymiller/dependabot/cargo/rustls-0.23.42

Bump rustls from 0.23.40 to 0.23.42
This commit is contained in:
Timothy Miller
2026-07-20 23:01:09 -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.40" version = "0.23.42"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"ring", "ring",