From 9bb0c4ce2fdd1b25ca3ddf03e25526e969ab0b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 01:34:19 +0000 Subject: [PATCH] Bump time from 0.3.33 to 0.3.34 (#3657) Bumps [time](https://github.com/time-rs/time) from 0.3.33 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.33...v0.3.34) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 410a519f78..026761500d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,7 +438,7 @@ dependencies = [ "textwrap", "thin-vec", "thiserror", - "time 0.3.33", + "time 0.3.34", "web-time", "writeable", "yoke", @@ -457,7 +457,7 @@ dependencies = [ "boa_runtime", "futures-util", "smol", - "time 0.3.33", + "time 0.3.34", ] [[package]] @@ -591,7 +591,7 @@ dependencies = [ "serde_json", "serde_repr", "serde_yaml", - "time 0.3.33", + "time 0.3.34", "toml 0.8.9", ] @@ -3171,7 +3171,7 @@ checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1" dependencies = [ "colored", "log", - "time 0.3.33", + "time 0.3.34", "windows-sys 0.48.0", ] @@ -3481,9 +3481,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b24b79b7a07f10209f19e683ca1e289d80b1e76ffa8c2b779718566a083679" +checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 140996a5ff..04d368fb97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ serde = "1.0.196" static_assertions = "1.1.0" textwrap = "0.16.0" thin-vec = "0.2.13" -time = {version = "0.3.33", no-default-features = true, features = ["local-offset", "large-dates", "wasm-bindgen", "parsing", "formatting", "macros"]} +time = {version = "0.3.34", no-default-features = true, features = ["local-offset", "large-dates", "wasm-bindgen", "parsing", "formatting", "macros"]} # ICU4X