From 9a97b9419c08a6a94f6d592ab3b5fc6405a2ee1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:49:21 +0000 Subject: [PATCH] chore(deps): bump the servo-fetch-cargo-minor-patch group across 1 directory with 3 updates Bumps the servo-fetch-cargo-minor-patch group with 3 updates in the /4-Infrastructure/servo-fetch directory: [anyhow](https://github.com/dtolnay/anyhow), [psl](https://github.com/addr-rs/psl) and [rustls](https://github.com/rustls/rustls). Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.102...1.0.103) Updates `psl` from 2.1.213 to 2.1.218 - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.213...v2.1.218) Updates `rustls` from 0.23.40 to 0.23.42 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.40...v/0.23.42) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: servo-fetch-cargo-minor-patch - dependency-name: psl dependency-version: 2.1.215 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: servo-fetch-cargo-minor-patch - dependency-name: rustls dependency-version: 0.23.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: servo-fetch-cargo-minor-patch ... Signed-off-by: dependabot[bot] --- 4-Infrastructure/servo-fetch/Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/4-Infrastructure/servo-fetch/Cargo.lock b/4-Infrastructure/servo-fetch/Cargo.lock index 3514a71f..c4b1f8a0 100644 --- a/4-Infrastructure/servo-fetch/Cargo.lock +++ b/4-Infrastructure/servo-fetch/Cargo.lock @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" +checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "app_units" @@ -5092,9 +5092,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.213" +version = "2.1.218" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e78830163eebdf905adb55ba26ba9b3ba554b08bd84c2fbe3b643c8addf22c" +checksum = "f558d33d882cb296fb65dbe0246b98b90e761fbe00c552701d2030eb5bbce63a" dependencies = [ "psl-types", ] @@ -5623,9 +5623,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.40" +version = "0.23.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" +checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" dependencies = [ "aws-lc-rs", "log",