From c6ca91f6c19ae1b36cb0d6aaeab5ad9fafa96b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:28:47 -0600 Subject: [PATCH] Bump time from 0.3.46 to 0.3.47 (#1201) Bumps [time](https://github.com/time-rs/time) from 0.3.46 to 0.3.47. - [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.46...v0.3.47) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- tui/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 971470b..8a01aa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2125,9 +2125,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.46" +version = "0.3.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5" +checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" dependencies = [ "deranged", "itoa", @@ -2148,9 +2148,9 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "time-macros" -version = "0.2.26" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4" +checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" dependencies = [ "num-conv", "time-core", diff --git a/tui/Cargo.toml b/tui/Cargo.toml index 5664208..7f88546 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -33,7 +33,7 @@ portable-pty = "0.9.0" rand = { version = "0.8.5", optional = true } ratatui = { version = "0.30.0", features = ["crossterm"], default-features = false } ratatui-image = { version = "10.0.5", default-features = false, features = ["crossterm", "image-defaults"] } -time = { version = "0.3.36", features = ["formatting", "local-offset", "macros"], default-features = false } +time = { version = "0.3.47", features = ["formatting", "local-offset", "macros"], default-features = false } tree-sitter-bash = "0.23.3" tree-sitter-highlight = "0.24.4" tui-term = { version = "0.3.1", default-features = false }