From 0d99edb2413dc0399a2edc64cd9d83ae507a749a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:09:13 +0000 Subject: [PATCH] build(deps): bump time in /samples/all-tools-target/rust-cli Bumps [time](https://github.com/time-rs/time) from 0.1.43 to 0.2.0. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.1.43...v0.2.0) --- updated-dependencies: - dependency-name: time dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/all-tools-target/rust-cli/Cargo.lock | 7 ++++--- samples/all-tools-target/rust-cli/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/samples/all-tools-target/rust-cli/Cargo.lock b/samples/all-tools-target/rust-cli/Cargo.lock index 98802e1..f36d29e 100644 --- a/samples/all-tools-target/rust-cli/Cargo.lock +++ b/samples/all-tools-target/rust-cli/Cargo.lock @@ -1,5 +1,6 @@ # This file is automatically @generated by Cargo. -version = 3 +# It is not intended for manual editing. +version = 4 [[package]] name = "sample-rust-cli" @@ -10,6 +11,6 @@ dependencies = [ [[package]] name = "time" -version = "0.1.43" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0000000000000000000000000000000000000000000000000000000000000000" +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" diff --git a/samples/all-tools-target/rust-cli/Cargo.toml b/samples/all-tools-target/rust-cli/Cargo.toml index 7bedc91..7f648eb 100644 --- a/samples/all-tools-target/rust-cli/Cargo.toml +++ b/samples/all-tools-target/rust-cli/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -time = "0.1.43" +time = "0.2.0"