From 40ce1cde4e9ee64e1627fde0ba32d81c5d139e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:32:10 +0000 Subject: [PATCH] build(deps): bump time from 0.3.32 to 0.3.34 Bumps [time](https://github.com/time-rs/time) from 0.3.32 to 0.3.34. - [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.3.32...v0.3.34) --- updated-dependencies: - dependency-name: time 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 edd7618..ced2ed8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,9 +3967,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.32" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe80ced77cbfb4cb91a94bf72b378b4b6791a0d9b7f09d0be747d1bdff4e68bd" +checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 807e194..f7a7ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ shlex = "1.3.0" spdx = "0.10.3" tar = "0.4.40" tempfile = "3.9.0" -time = { version = "0.3.32", features = ["parsing", "serde"] } +time = { version = "0.3.34", features = ["parsing", "serde"] } toml = { version = "0.8.9", default-features = false, features = ["parse"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }