build(deps): bump time from 0.3.19 to 0.3.20

Bumps [time](https://github.com/time-rs/time) from 0.3.19 to 0.3.20.
- [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.19...v0.3.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 12:01:45 +00:00 committed by GitHub
parent f2d2be8572
commit 485f6d4a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
Cargo.lock generated
View File

@ -4085,7 +4085,7 @@ dependencies = [
"tempfile",
"testcontainers 0.12.0",
"thiserror",
"time 0.3.19",
"time 0.3.20",
"tokio",
"tokio-socks",
"tokio-tar",
@ -4233,9 +4233,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.19"
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53250a3b3fed8ff8fd988587d8925d26a83ac3845d9e03b220b37f34c2b8d6c2"
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
dependencies = [
"itoa 1.0.1",
"serde",
@ -4251,9 +4251,9 @@ checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
version = "0.2.7"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a460aeb8de6dcb0f381e1ee05f1cd56fcf5a5f6eb8187ff3d8f0b11078d38b7c"
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
dependencies = [
"time-core",
]
@ -4470,7 +4470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
dependencies = [
"crossbeam-channel",
"time 0.3.19",
"time 0.3.20",
"tracing-subscriber 0.3.15",
]
@ -4560,7 +4560,7 @@ dependencies = [
"serde_json",
"sharded-slab",
"thread_local",
"time 0.3.19",
"time 0.3.20",
"tracing",
"tracing-core",
"tracing-log",
@ -4805,7 +4805,7 @@ dependencies = [
"git2",
"rustversion",
"thiserror",
"time 0.3.19",
"time 0.3.20",
]
[[package]]