From b270f2ee3944e0d140673ce38fe4f4e61f690773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 08:23:18 +0000 Subject: [PATCH] chore: bump time from 0.3.2 to 0.3.4 Bumps [time](https://github.com/time-rs/time) from 0.3.2 to 0.3.4. - [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.4) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- rbpf-cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fe44d24fc57dd..7749b7c6f4ec69 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.4", ] [[package]] @@ -6167,9 +6167,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0a10c9a9fb3a5dce8c2239ed670f1a2569fcf42da035f5face1b19860d52b0" +checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd" dependencies = [ "libc", ] diff --git a/rbpf-cli/Cargo.toml b/rbpf-cli/Cargo.toml index 9f8c19de9d1388..77b400f8227265 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.4"