chore: remove time dep (#22665)

* chore: bump time from 0.3.5 to 0.3.6

Bumps [time](https://github.com/time-rs/time) from 0.3.5 to 0.3.6.
- [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.5...v0.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Remove separate time dependency

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2022-01-25 16:30:21 -07:00
committed by GitHub
parent 8b1cde83c1
commit 66b44b48a4
5 changed files with 11 additions and 30 deletions

11
Cargo.lock generated
View File

@@ -3646,7 +3646,6 @@ dependencies = [
"solana-program-runtime",
"solana-sdk",
"solana_rbpf",
"time 0.3.5",
]
[[package]]
@@ -6218,7 +6217,6 @@ dependencies = [
"solana-sdk",
"subtle",
"thiserror",
"time 0.1.43",
"zeroize",
]
@@ -6652,15 +6650,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "time"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
dependencies = [
"libc",
]
[[package]]
name = "time-macros"
version = "0.1.1"