Bump time from 0.3.11 to 0.3.14

Bumps [time](https://github.com/time-rs/time) from 0.3.11 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.11...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>
This commit is contained in:
dependabot[bot] 2022-09-02 15:07:26 +00:00 committed by Eugene
parent 92a1e40a6d
commit d870fc54cc

20
Cargo.lock generated
View file

@ -865,7 +865,7 @@ dependencies = [
"rand 0.8.5", "rand 0.8.5",
"sha2 0.10.2", "sha2 0.10.2",
"subtle", "subtle",
"time 0.3.11", "time 0.3.14",
"version_check", "version_check",
] ]
@ -2301,7 +2301,7 @@ dependencies = [
"smallvec", "smallvec",
"subprocess", "subprocess",
"thiserror", "thiserror",
"time 0.3.11", "time 0.3.14",
"uuid", "uuid",
] ]
@ -2826,7 +2826,7 @@ dependencies = [
"smallvec", "smallvec",
"tempfile", "tempfile",
"thiserror", "thiserror",
"time 0.3.11", "time 0.3.14",
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tokio-stream", "tokio-stream",
@ -3209,7 +3209,7 @@ checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e"
dependencies = [ dependencies = [
"pem", "pem",
"ring", "ring",
"time 0.3.11", "time 0.3.14",
"yasna 0.5.0", "yasna 0.5.0",
"zeroize", "zeroize",
] ]
@ -4234,9 +4234,9 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.3.11" version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217" checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b"
dependencies = [ dependencies = [
"itoa", "itoa",
"libc", "libc",
@ -4544,7 +4544,7 @@ dependencies = [
"sharded-slab", "sharded-slab",
"smallvec", "smallvec",
"thread_local", "thread_local",
"time 0.3.11", "time 0.3.14",
"tracing", "tracing",
"tracing-core", "tracing-core",
"tracing-log", "tracing-log",
@ -4799,7 +4799,7 @@ dependencies = [
"sea-orm", "sea-orm",
"serde_json", "serde_json",
"serde_yaml", "serde_yaml",
"time 0.3.11", "time 0.3.14",
"tokio", "tokio",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
@ -5033,7 +5033,7 @@ dependencies = [
"russh-keys", "russh-keys",
"sea-orm", "sea-orm",
"thiserror", "thiserror",
"time 0.3.11", "time 0.3.14",
"tokio", "tokio",
"tracing", "tracing",
"uuid", "uuid",
@ -5306,7 +5306,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c" checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c"
dependencies = [ dependencies = [
"time 0.3.11", "time 0.3.14",
] ]
[[package]] [[package]]