Skip to content

Commit e657373

Browse files
build(deps): bump time from 0.3.41 to 0.3.42 (#4129)
Bumps [time](https://github.com/time-rs/time) from 0.3.41 to 0.3.42. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.41...v0.3.42) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.42 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7b1a18 commit e657373

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,9 @@ dependencies = [
486486

487487
[[package]]
488488
name = "deranged"
489-
version = "0.4.0"
489+
version = "0.5.3"
490490
source = "registry+https://github.com/rust-lang/crates.io-index"
491-
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
491+
checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc"
492492
dependencies = [
493493
"powerfmt",
494494
]
@@ -3896,12 +3896,11 @@ dependencies = [
38963896

38973897
[[package]]
38983898
name = "time"
3899-
version = "0.3.41"
3899+
version = "0.3.42"
39003900
source = "registry+https://github.com/rust-lang/crates.io-index"
3901-
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
3901+
checksum = "8ca967379f9d8eb8058d86ed467d81d03e81acd45757e4ca341c24affbe8e8e3"
39023902
dependencies = [
39033903
"deranged",
3904-
"itoa",
39053904
"num-conv",
39063905
"powerfmt",
39073906
"serde",
@@ -3911,15 +3910,15 @@ dependencies = [
39113910

39123911
[[package]]
39133912
name = "time-core"
3914-
version = "0.1.4"
3913+
version = "0.1.5"
39153914
source = "registry+https://github.com/rust-lang/crates.io-index"
3916-
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
3915+
checksum = "a9108bb380861b07264b950ded55a44a14a4adc68b9f5efd85aafc3aa4d40a68"
39173916

39183917
[[package]]
39193918
name = "time-macros"
3920-
version = "0.2.22"
3919+
version = "0.2.23"
39213920
source = "registry+https://github.com/rust-lang/crates.io-index"
3922-
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
3921+
checksum = "7182799245a7264ce590b349d90338f1c1affad93d2639aed5f8f69c090b334c"
39233922
dependencies = [
39243923
"num-conv",
39253924
"time-core",

0 commit comments

Comments
 (0)