build(deps): bump time from 0.3.16 to 0.3.17

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/1199/head
dependabot[bot] 2 years ago committed by GitHub
parent c8f3fcebe7
commit 0f1d0b2745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

27
Cargo.lock generated

@ -2500,15 +2500,6 @@ dependencies = [
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
dependencies = [
"libc",
]
[[package]]
name = "once_cell"
version = "1.13.0"
@ -4016,7 +4007,7 @@ dependencies = [
"tempfile",
"testcontainers 0.12.0",
"thiserror",
"time 0.3.16",
"time 0.3.17",
"tokio",
"tokio-socks",
"tokio-tar",
@ -4164,13 +4155,11 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.16"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fab5c8b9980850e06d92ddbe3ab839c062c801f3927c0fb8abd6fc8e918fbca"
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
dependencies = [
"itoa 1.0.1",
"libc",
"num_threads",
"serde",
"time-core",
"time-macros",
@ -4184,9 +4173,9 @@ checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
version = "0.2.5"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bb801831d812c562ae7d2bfb531f26e66e4e1f6b17307ba4149c5064710e5b"
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
dependencies = [
"time-core",
]
@ -4402,7 +4391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
dependencies = [
"crossbeam-channel",
"time 0.3.16",
"time 0.3.17",
"tracing-subscriber 0.3.15",
]
@ -4492,7 +4481,7 @@ dependencies = [
"serde_json",
"sharded-slab",
"thread_local",
"time 0.3.16",
"time 0.3.17",
"tracing",
"tracing-core",
"tracing-log",
@ -4731,7 +4720,7 @@ dependencies = [
"git2",
"rustversion",
"thiserror",
"time 0.3.16",
"time 0.3.17",
]
[[package]]

Loading…
Cancel
Save