Browse Source

Bump time from 0.3.34 to 0.3.36 (#3816)

Bumps [time](https://github.com/time-rs/time) from 0.3.34 to 0.3.36.
- [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.34...v0.3.36)

---
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/3149/merge
dependabot[bot] 3 weeks ago committed by GitHub
parent
commit
c4ec061255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 18
      Cargo.lock
  2. 2
      Cargo.toml

18
Cargo.lock generated

@ -444,7 +444,7 @@ dependencies = [
"textwrap",
"thin-vec",
"thiserror",
"time 0.3.34",
"time 0.3.36",
"tinystr",
"web-time",
"writeable",
@ -465,7 +465,7 @@ dependencies = [
"futures-util",
"isahc",
"smol",
"time 0.3.34",
"time 0.3.36",
]
[[package]]
@ -589,7 +589,7 @@ dependencies = [
"serde_json",
"serde_repr",
"serde_yaml",
"time 0.3.34",
"time 0.3.36",
"toml 0.8.12",
]
@ -3472,7 +3472,7 @@ checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1"
dependencies = [
"colored",
"log",
"time 0.3.34",
"time 0.3.36",
"windows-sys 0.48.0",
]
@ -3849,9 +3849,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.34"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
"deranged",
"itoa",
@ -3862,7 +3862,7 @@ dependencies = [
"powerfmt",
"serde",
"time-core",
"time-macros 0.2.17",
"time-macros 0.2.18",
]
[[package]]
@ -3883,9 +3883,9 @@ dependencies = [
[[package]]
name = "time-macros"
version = "0.2.17"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
"num-conv",
"time-core",

2
Cargo.toml

@ -71,7 +71,7 @@ serde = "1.0.197"
static_assertions = "1.1.0"
textwrap = "0.16.0"
thin-vec = "0.2.13"
time = {version = "0.3.34", default-features = false, features = ["local-offset", "large-dates", "wasm-bindgen", "parsing", "formatting", "macros"]}
time = {version = "0.3.36", default-features = false, features = ["local-offset", "large-dates", "wasm-bindgen", "parsing", "formatting", "macros"]}
tinystr = "0.7.5"
log = "0.4.21"
simple_logger = "4.3.3"

Loading…
Cancel
Save