Browse Source

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3660/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
9bb0c4ce2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      Cargo.lock
  2. 2
      Cargo.toml

12
Cargo.lock generated

@ -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",

2
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

Loading…
Cancel
Save