From 5e1ba4d03bebdbe9ac624816afce0f0dfc1b6625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:58:27 +0000 Subject: [PATCH] build: bump aws-lc-rs from 1.11.0 to 1.11.1 Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](https://github.com/aws/aws-lc-rs/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: aws-lc-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++--------- NOTICE.md | 1 - 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29f687b227b..03b33d6102a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,13 +585,12 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe7c2840b66236045acd2607d5866e274380afd87ef99d6226e961e2cb47df45" +checksum = "f47bb8cc16b669d267eeccf585aea077d0882f4777b1c1f740217885d6e6e5a3" dependencies = [ "aws-lc-fips-sys", "aws-lc-sys", - "mirai-annotations", "paste", "zeroize", ] @@ -4206,12 +4205,6 @@ dependencies = [ "syn 2.0.87", ] -[[package]] -name = "mirai-annotations" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" - [[package]] name = "mitm_node" version = "0.1.0" diff --git a/NOTICE.md b/NOTICE.md index 811ebe17877..6e4e8082aba 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -336,7 +336,6 @@ This file contains attributions for any 3rd-party open source code used in this | mips-mcu | MIT, Apache-2.0 | https://crates.io/crates/mips-mcu | | mips-rt | MIT, Apache-2.0 | https://crates.io/crates/mips-rt | | mips-rt-macros | MIT, Apache-2.0 | https://crates.io/crates/mips-rt-macros | -| mirai-annotations | MIT | https://crates.io/crates/mirai-annotations | | modular-bitfield | MIT, Apache-2.0 | https://crates.io/crates/modular-bitfield | | modular-bitfield-impl | MIT, Apache-2.0 | https://crates.io/crates/modular-bitfield-impl | | nb | MIT, Apache-2.0 | https://crates.io/crates/nb |