Skip to content

Commit 071efcb

Browse files
build(deps): bump the time group across 1 directory with 3 updates
Bumps the time group with 1 update in the / directory: [time](https://github.com/time-rs/time). Updates `time` from 0.3.47 to 0.3.53 - [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.47...v0.3.53) Updates `time-core` from 0.1.8 to 0.1.9 - [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/commits) Updates `time-macros` from 0.2.27 to 0.2.31 - [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/commits) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.48 dependency-type: indirect update-type: version-update:semver-patch dependency-group: time - dependency-name: time-core dependency-version: 0.1.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: time - dependency-name: time-macros dependency-version: 0.2.28 dependency-type: indirect update-type: version-update:semver-patch dependency-group: time ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d78e3f commit 071efcb

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,6 @@ name = "deranged"
535535
version = "0.5.8"
536536
source = "registry+https://github.com/rust-lang/crates.io-index"
537537
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
538-
dependencies = [
539-
"powerfmt",
540-
]
541538

542539
[[package]]
543540
name = "derive_arbitrary"
@@ -3045,9 +3042,9 @@ dependencies = [
30453042

30463043
[[package]]
30473044
name = "num-conv"
3048-
version = "0.2.1"
3045+
version = "0.2.2"
30493046
source = "registry+https://github.com/rust-lang/crates.io-index"
3050-
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
3047+
checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
30513048

30523049
[[package]]
30533050
name = "num-integer"
@@ -4094,12 +4091,11 @@ dependencies = [
40944091

40954092
[[package]]
40964093
name = "time"
4097-
version = "0.3.47"
4094+
version = "0.3.53"
40984095
source = "registry+https://github.com/rust-lang/crates.io-index"
4099-
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
4096+
checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
41004097
dependencies = [
41014098
"deranged",
4102-
"itoa",
41034099
"num-conv",
41044100
"powerfmt",
41054101
"serde_core",
@@ -4109,15 +4105,15 @@ dependencies = [
41094105

41104106
[[package]]
41114107
name = "time-core"
4112-
version = "0.1.8"
4108+
version = "0.1.9"
41134109
source = "registry+https://github.com/rust-lang/crates.io-index"
4114-
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
4110+
checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
41154111

41164112
[[package]]
41174113
name = "time-macros"
4118-
version = "0.2.27"
4114+
version = "0.2.31"
41194115
source = "registry+https://github.com/rust-lang/crates.io-index"
4120-
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
4116+
checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f"
41214117
dependencies = [
41224118
"num-conv",
41234119
"time-core",

0 commit comments

Comments
 (0)