From da82e26f62b73d762dc29a3014848cddcb4f5b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 23:00:00 +0000 Subject: [PATCH] [chore(cargo)](deps): Bump sec1 from 0.7.2 to 0.7.3 Bumps [sec1](https://github.com/RustCrypto/formats) from 0.7.2 to 0.7.3. - [Commits](https://github.com/RustCrypto/formats/compare/sec1/v0.7.2...sec1/v0.7.3) --- updated-dependencies: - dependency-name: sec1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b142bd35..ab7981da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4962,9 +4962,9 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "sec1" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e" +checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" dependencies = [ "base16ct", "der",