From 0defc23260976372d3af2e40887e9a441a5c891e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:35:05 +0000 Subject: [PATCH] chore(deps): bump rustls-webpki Bumps the cargo group with 1 update in the /robot-repo-automaton directory: [rustls-webpki](https://github.com/rustls/webpki). Updates `rustls-webpki` from 0.103.10 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.103.10...v/0.103.13) --- updated-dependencies: - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- robot-repo-automaton/Cargo.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/robot-repo-automaton/Cargo.lock b/robot-repo-automaton/Cargo.lock index 1373473..2eb66bf 100644 --- a/robot-repo-automaton/Cargo.lock +++ b/robot-repo-automaton/Cargo.lock @@ -781,12 +781,15 @@ name = "gitbot-shared-context" version = "0.1.0" dependencies = [ "chrono", + "git2", + "glob", "lexpr", "notify", "serde", "serde_json", "thiserror 2.0.18", "tokio", + "toml", "tracing", "uuid", ] @@ -3035,9 +3038,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.10" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "aws-lc-rs", "ring",