build(deps): bump time from 0.3.31 to 0.3.32

Bumps [time](https://github.com/time-rs/time) from 0.3.31 to 0.3.32.
- [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.31...v0.3.32)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1541/head
dependabot[bot] 3 months ago committed by GitHub
parent 4fd52b74e8
commit 9a024db955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
Cargo.lock generated

@ -2671,6 +2671,12 @@ dependencies = [
"rustc-serialize",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.44"
@ -4392,7 +4398,7 @@ dependencies = [
"tempfile",
"testcontainers 0.12.0",
"thiserror",
"time 0.3.31",
"time 0.3.32",
"tokio",
"tokio-socks",
"tokio-tar",
@ -4571,12 +4577,13 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.31"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
checksum = "fe80ced77cbfb4cb91a94bf72b378b4b6791a0d9b7f09d0be747d1bdff4e68bd"
dependencies = [
"deranged",
"itoa 1.0.1",
"num-conv",
"powerfmt",
"serde",
"time-core",
@ -4591,10 +4598,11 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
version = "0.2.16"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
dependencies = [
"num-conv",
"time-core",
]
@ -4839,7 +4847,7 @@ checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
dependencies = [
"crossbeam-channel",
"thiserror",
"time 0.3.31",
"time 0.3.32",
"tracing-subscriber 0.3.18",
]
@ -4940,7 +4948,7 @@ dependencies = [
"serde_json",
"sharded-slab",
"thread_local",
"time 0.3.31",
"time 0.3.32",
"tracing",
"tracing-core",
"tracing-log 0.2.0",
@ -5188,7 +5196,7 @@ dependencies = [
"git2",
"rustversion",
"thiserror",
"time 0.3.31",
"time 0.3.32",
]
[[package]]

Loading…
Cancel
Save