From 7b15d9c44f548947e842ebf25900a2d292ad33ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:01:48 +0000 Subject: [PATCH] build(deps): bump valuable from 0.1.0 to 0.1.1 (#35044) 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] 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 8285d5b2856..d744be0f598 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7961,9 +7961,9 @@ dependencies = [ [[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 = "vcpkg"