From 069de95134478697ddb51c3b48f365568f8c980d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:23:10 -0700 Subject: [PATCH] build(deps): bump rustls from 0.22.3 to 0.22.4 in /examples/rust/annotations (#59) --- examples/rust/annotations/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rust/annotations/Cargo.lock b/examples/rust/annotations/Cargo.lock index 83d6a8c4..f7e04027 100644 --- a/examples/rust/annotations/Cargo.lock +++ b/examples/rust/annotations/Cargo.lock @@ -874,9 +874,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c" +checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" dependencies = [ "log", "ring",