From 33d9491f4104957f2862043b27554b4b46df25ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 16:27:58 -0700 Subject: [PATCH] chore: bump time from 0.3.4 to 0.3.5 (#21252) Bumps [time](https://github.com/time-rs/time) from 0.3.4 to 0.3.5. - [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.4...v0.3.5) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- rbpf-cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c60d5e0f3..acef7f7d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3633,7 +3633,7 @@ dependencies = [ "solana-program-runtime", "solana-sdk", "solana_rbpf", - "time 0.3.4", + "time 0.3.5", ] [[package]] @@ -6524,9 +6524,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd" +checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad" dependencies = [ "libc", ] diff --git a/rbpf-cli/Cargo.toml b/rbpf-cli/Cargo.toml index 63def4278..2696e1279 100644 --- a/rbpf-cli/Cargo.toml +++ b/rbpf-cli/Cargo.toml @@ -17,4 +17,4 @@ solana-logger = { path = "../logger", version = "=1.9.0" } solana-program-runtime = { path = "../program-runtime", version = "=1.9.0" } solana-sdk = { path = "../sdk", version = "=1.9.0" } solana_rbpf = "=0.2.14" -time = "0.3.4" +time = "0.3.5"