build(deps): bump time from 0.3.17 to 0.3.18

Bumps [time](https://github.com/time-rs/time) from 0.3.17 to 0.3.18.
- [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.17...v0.3.18)

---
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-16 11:59:11 +00:00 committed by GitHub
parent dd78ead675
commit 35cd7ddd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
Cargo.lock generated
View File

@ -4085,7 +4085,7 @@ dependencies = [
"tempfile", "tempfile",
"testcontainers 0.12.0", "testcontainers 0.12.0",
"thiserror", "thiserror",
"time 0.3.17", "time 0.3.18",
"tokio", "tokio",
"tokio-socks", "tokio-socks",
"tokio-tar", "tokio-tar",
@ -4233,9 +4233,9 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.3.17" version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376" checksum = "af0097eaf301d576d0b2aead7a59facab6d53cc636340f0291fab8446a2e8613"
dependencies = [ dependencies = [
"itoa 1.0.1", "itoa 1.0.1",
"serde", "serde",
@ -4470,7 +4470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
dependencies = [ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"time 0.3.17", "time 0.3.18",
"tracing-subscriber 0.3.15", "tracing-subscriber 0.3.15",
] ]
@ -4560,7 +4560,7 @@ dependencies = [
"serde_json", "serde_json",
"sharded-slab", "sharded-slab",
"thread_local", "thread_local",
"time 0.3.17", "time 0.3.18",
"tracing", "tracing",
"tracing-core", "tracing-core",
"tracing-log", "tracing-log",
@ -4805,7 +4805,7 @@ dependencies = [
"git2", "git2",
"rustversion", "rustversion",
"thiserror", "thiserror",
"time 0.3.17", "time 0.3.18",
] ]
[[package]] [[package]]