From 3fd26bbaa3fffe5cdb396929f9f3b6e5089f86d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:35:54 +0000 Subject: [PATCH 1/2] Bump crossbeam-channel from 0.5.13 to 0.5.15 Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.15. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.13...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d59f0b1..d6966670 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,9 +211,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ "crossbeam-utils", ] From d4f4b9b14e2291974c30a89f62bd933d5af8558d Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Wed, 16 Apr 2025 00:47:05 +0200 Subject: [PATCH 2/2] Update expiration date of security policy --- static/text/well_known_security.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/text/well_known_security.txt b/static/text/well_known_security.txt index 5b873bfd..cf2a2641 100644 --- a/static/text/well_known_security.txt +++ b/static/text/well_known_security.txt @@ -1,2 +1,2 @@ Contact: https://www.rust-lang.org/policies/security -Expires: 2025-05-15T00:00:00.000Z +Expires: 2026-04-15T00:00:00.000Z