From 52a6790aacd390e59ef2bb3a890c95db8ad2a533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:58:44 +0000 Subject: [PATCH] Bump sha1_smol from 1.0.0 to 1.0.1 Bumps [sha1_smol](https://github.com/mitsuhiko/sha1-smol) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/mitsuhiko/sha1-smol/releases) - [Commits](https://github.com/mitsuhiko/sha1-smol/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: sha1_smol dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3caf8f4..1b6aa3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,9 +383,9 @@ checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" [[package]] name = "sha1_smol" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" +checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" [[package]] name = "spin" diff --git a/Cargo.toml b/Cargo.toml index 6cf12c4..e4bfad8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ http_req = { version = "0.10.3", default-features = false, features = [ "rust-tls", ] } nanoserde = "0.1.37" -sha1_smol = "1.0.0" +sha1_smol = "1.0.1" indicatif = "0.17.8" webpki = "0.22.4"