Bump time from 0.3.9 to 0.3.11

Bumps [time](https://github.com/time-rs/time) from 0.3.9 to 0.3.11.
- [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.9...v0.3.11)

---
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-06-26 18:52:01 +00:00 committed by Eugene
parent 488bd7f62b
commit 68668e7fd1

18
Cargo.lock generated
View file

@ -742,7 +742,7 @@ dependencies = [
"rand",
"sha2 0.10.2",
"subtle",
"time 0.3.9",
"time 0.3.11",
"version_check",
]
@ -2311,7 +2311,7 @@ dependencies = [
"smallvec",
"tempfile",
"thiserror",
"time 0.3.9",
"time 0.3.11",
"tokio",
"tokio-rustls",
"tokio-stream",
@ -2555,7 +2555,7 @@ checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e"
dependencies = [
"pem",
"ring",
"time 0.3.9",
"time 0.3.11",
"yasna 0.5.0",
"zeroize",
]
@ -3601,9 +3601,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.9"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
dependencies = [
"itoa",
"libc",
@ -3933,7 +3933,7 @@ dependencies = [
"sharded-slab",
"smallvec",
"thread_local",
"time 0.3.9",
"time 0.3.11",
"tracing",
"tracing-core",
"tracing-log",
@ -4154,7 +4154,7 @@ dependencies = [
"rcgen",
"sd-notify",
"serde_yaml",
"time 0.3.9",
"time 0.3.11",
"tokio",
"tracing",
"tracing-subscriber",
@ -4292,7 +4292,7 @@ dependencies = [
"russh-keys",
"sea-orm",
"thiserror",
"time 0.3.9",
"time 0.3.11",
"tokio",
"tracing",
"uuid",
@ -4525,7 +4525,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c"
dependencies = [
"time 0.3.9",
"time 0.3.11",
]
[[package]]