Skip to content

Commit abd06d0

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 1a8a1dc commit abd06d0

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"
@@ -3047,9 +3044,9 @@ dependencies = [
30473044

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

30543051
[[package]]
30553052
name = "num-integer"
@@ -4096,12 +4093,11 @@ dependencies = [
40964093

40974094
[[package]]
40984095
name = "time"
4099-
version = "0.3.47"
4096+
version = "0.3.53"
41004097
source = "registry+https://github.com/rust-lang/crates.io-index"
4101-
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
4098+
checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
41024099
dependencies = [
41034100
"deranged",
4104-
"itoa",
41054101
"num-conv",
41064102
"powerfmt",
41074103
"serde_core",
@@ -4111,15 +4107,15 @@ dependencies = [
41114107

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

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

0 commit comments

Comments
 (0)