From bd360dff6b10fa39b7c2deb8a6275572127afac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:40:39 +0000 Subject: [PATCH] chore(deps): bump time from 0.3.36 to 0.3.37 Bumps [time](https://github.com/time-rs/time) from 0.3.36 to 0.3.37. - [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.36...v0.3.37) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- skim/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a377a71e..5d606ffd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -974,9 +974,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "num-conv", diff --git a/skim/Cargo.toml b/skim/Cargo.toml index 154c72ca..dd7bda5d 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -29,7 +29,7 @@ shlex = { version = "1.1.0", optional = true } unicode-width = "0.2.0" log = "0.4.22" env_logger = { version = "0.11.5", optional = true } -time = "0.3.13" +time = "0.3.37" clap = { version = "4.5.20", optional = true, features = ["cargo", "derive"] } tuikit = "0.5.0" vte = "0.13.0"