Bump time from 0.3.11 to 0.3.15

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

---
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-10-17 18:47:35 +00:00 committed by Eugene
parent 04a3bdc413
commit 394a34898e

20
Cargo.lock generated
View file

@ -808,7 +808,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.15",
"version_check", "version_check",
] ]
@ -2170,7 +2170,7 @@ dependencies = [
"smallvec", "smallvec",
"subprocess", "subprocess",
"thiserror", "thiserror",
"time 0.3.11", "time 0.3.15",
"uuid", "uuid",
] ]
@ -2673,7 +2673,7 @@ dependencies = [
"smallvec", "smallvec",
"tempfile", "tempfile",
"thiserror", "thiserror",
"time 0.3.11", "time 0.3.15",
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tokio-stream", "tokio-stream",
@ -2999,7 +2999,7 @@ checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
dependencies = [ dependencies = [
"pem", "pem",
"ring", "ring",
"time 0.3.11", "time 0.3.15",
"yasna 0.5.0", "yasna 0.5.0",
"zeroize", "zeroize",
] ]
@ -4020,9 +4020,9 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.3.11" version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217" checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c"
dependencies = [ dependencies = [
"itoa", "itoa",
"libc", "libc",
@ -4330,7 +4330,7 @@ dependencies = [
"sharded-slab", "sharded-slab",
"smallvec", "smallvec",
"thread_local", "thread_local",
"time 0.3.11", "time 0.3.15",
"tracing", "tracing",
"tracing-core", "tracing-core",
"tracing-log", "tracing-log",
@ -4580,7 +4580,7 @@ dependencies = [
"sea-orm", "sea-orm",
"serde_json", "serde_json",
"serde_yaml 0.8.26", "serde_yaml 0.8.26",
"time 0.3.11", "time 0.3.15",
"tokio", "tokio",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
@ -4813,7 +4813,7 @@ dependencies = [
"russh-keys", "russh-keys",
"sea-orm", "sea-orm",
"thiserror", "thiserror",
"time 0.3.11", "time 0.3.15",
"tokio", "tokio",
"tracing", "tracing",
"uuid", "uuid",
@ -5086,7 +5086,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.15",
] ]
[[package]] [[package]]