From 24ebd48251e481fa2398a40dc0b71d9ebe859102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:16:01 +0000 Subject: [PATCH] build(deps): bump valuable from 0.1.0 to 0.1.1 Bumps [valuable](https://github.com/tokio-rs/valuable) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/tokio-rs/valuable/releases) - [Changelog](https://github.com/tokio-rs/valuable/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/valuable/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: valuable dependency-type: indirect 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 3ce042c4b1..d25880c500 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4144,9 +4144,9 @@ checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "version_check"