From 06accf50cbfb69e02d4730e5c783088378391e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:30:26 +0000 Subject: [PATCH] build(deps): bump strict-num from 0.1.0 to 0.1.1 (#30169) Bumps [strict-num](https://github.com/RazrFalcon/strict-num) from 0.1.0 to 0.1.1. - [Changelog](https://github.com/RazrFalcon/strict-num/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/strict-num/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: strict-num dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 697cddf9152..d35c870f2b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6071,9 +6071,9 @@ checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" [[package]] name = "strict-num" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1" +checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" [[package]] name = "string_cache"