From 83774eecf008e95d8e1c86c92ef6c46090bd6c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:35:39 -0800 Subject: [PATCH] build(deps): bump time from 0.3.37 to 0.3.39 (#1708) Bumps [time](https://github.com/time-rs/time) from 0.3.37 to 0.3.39.
Release notes

Sourced from time's releases.

v0.3.39

See the changelog for details.

v0.3.38

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.39 [2025-03-06]

Fixed

Both of these were regressions in v0.3.38 and are now checked in CI.

0.3.38 [2025-03-05]

Added

Changed

Miscellaneous

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time&package-manager=cargo&previous-version=0.3.37&new-version=0.3.39)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ examples/apps/calendar-explorer/Cargo.toml | 2 +- examples/apps/demo2/Cargo.toml | 2 +- ratatui/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a7eec9f..e08067a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3397,9 +3397,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.37" +version = "0.3.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" +checksum = "dad298b01a40a23aac4580b67e3dbedb7cc8402f3592d7f49469de2ea4aecdd8" dependencies = [ "deranged", "itoa", @@ -3414,15 +3414,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" +checksum = "765c97a5b985b7c11d7bc27fa927dc4fe6af3a6dfb021d28deb60d3bf51e76ef" [[package]] name = "time-macros" -version = "0.2.19" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" +checksum = "e8093bc3e81c3bc5f7879de09619d06c9a5a5e45ca44dfeeb7225bae38005c5c" dependencies = [ "num-conv", "time-core", diff --git a/examples/apps/calendar-explorer/Cargo.toml b/examples/apps/calendar-explorer/Cargo.toml index 7c3da818..3cc7f0eb 100644 --- a/examples/apps/calendar-explorer/Cargo.toml +++ b/examples/apps/calendar-explorer/Cargo.toml @@ -9,7 +9,7 @@ rust-version.workspace = true color-eyre.workspace = true crossterm.workspace = true ratatui.workspace = true -time = { version = "0.3.37", features = ["formatting", "parsing"] } +time = { version = "0.3.39", features = ["formatting", "parsing"] } [lints] workspace = true diff --git a/examples/apps/demo2/Cargo.toml b/examples/apps/demo2/Cargo.toml index c4e7193a..b9f33b1e 100644 --- a/examples/apps/demo2/Cargo.toml +++ b/examples/apps/demo2/Cargo.toml @@ -15,5 +15,5 @@ rand = "0.9.0" rand_chacha = "0.9.0" ratatui = { workspace = true, features = ["all-widgets"] } strum.workspace = true -time = "0.3.37" +time = "0.3.39" unicode-width = "0.2.0" diff --git a/ratatui/Cargo.toml b/ratatui/Cargo.toml index 48c77a4d..00d5a1ef 100644 --- a/ratatui/Cargo.toml +++ b/ratatui/Cargo.toml @@ -110,7 +110,7 @@ ratatui-macros = { workspace = true, optional = true } ratatui-termwiz = { workspace = true, optional = true } ratatui-widgets = { workspace = true } serde = { workspace = true, optional = true } -time = { version = "0.3.37", optional = true, features = ["local-offset"] } +time = { version = "0.3.39", optional = true, features = ["local-offset"] } [target.'cfg(not(windows))'.dependencies] ratatui-termion = { workspace = true, optional = true }