From 000e50fc41e6c320166e7df98af7303ff656049c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:12:41 +0000 Subject: [PATCH] chore: bump time from 0.3.2 to 0.3.19 Bumps [time](https://github.com/time-rs/time) from 0.3.2 to 0.3.19. - [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.2...v0.3.19) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++---- rbpf-cli/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fe44d24fc57dd..2902b96d4a6406 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3504,7 +3504,7 @@ dependencies = [ "solana-logger 1.8.0", "solana-sdk", "solana_rbpf", - "time 0.3.2", + "time 0.3.19", ] [[package]] @@ -6167,13 +6167,20 @@ dependencies = [ [[package]] name = "time" -version = "0.3.2" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0a10c9a9fb3a5dce8c2239ed670f1a2569fcf42da035f5face1b19860d52b0" +checksum = "53250a3b3fed8ff8fd988587d8925d26a83ac3845d9e03b220b37f34c2b8d6c2" dependencies = [ - "libc", + "serde", + "time-core", ] +[[package]] +name = "time-core" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" + [[package]] name = "time-macros" version = "0.1.0" diff --git a/rbpf-cli/Cargo.toml b/rbpf-cli/Cargo.toml index 9f8c19de9d1388..7d8acf54fa7e49 100644 --- a/rbpf-cli/Cargo.toml +++ b/rbpf-cli/Cargo.toml @@ -16,4 +16,4 @@ solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.8.0 solana-logger = { path = "../logger", version = "=1.8.0" } solana-sdk = { path = "../sdk", version = "=1.8.0" } solana_rbpf = "=0.2.14" -time = "0.3.2" +time = "0.3.19"