build(deps): bump time from 0.3.13 to 0.3.14

Bumps [time](https://github.com/time-rs/time) from 0.3.13 to 0.3.14.
- [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.13...v0.3.14)

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

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

12
Cargo.lock generated

@ -4026,7 +4026,7 @@ dependencies = [
"tempfile",
"testcontainers 0.12.0",
"thiserror",
"time 0.3.13",
"time 0.3.14",
"tokio",
"tokio-socks",
"tokio-tar",
@ -4174,9 +4174,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.13"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db76ff9fa4b1458b3c7f077f3ff9887394058460d21e634355b273aaf11eea45"
checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b"
dependencies = [
"itoa 1.0.1",
"libc",
@ -4395,7 +4395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
dependencies = [
"crossbeam-channel",
"time 0.3.13",
"time 0.3.14",
"tracing-subscriber 0.3.15",
]
@ -4485,7 +4485,7 @@ dependencies = [
"serde_json",
"sharded-slab",
"thread_local",
"time 0.3.13",
"time 0.3.14",
"tracing",
"tracing-core",
"tracing-log",
@ -4725,7 +4725,7 @@ dependencies = [
"git2",
"rustversion",
"thiserror",
"time 0.3.13",
"time 0.3.14",
]
[[package]]

Loading…
Cancel
Save