From 37ef1acada405877f049893d1ba1736dad1d7879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:51:56 -0600 Subject: [PATCH] chore: bump time from 0.3.3 to 0.3.4 (#20976) Bumps [time](https://github.com/time-rs/time) from 0.3.3 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.3...v0.3.4) --- 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 8f3ad64498..a32ce13297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3568,7 +3568,7 @@ dependencies = [ "solana-logger 1.9.0", "solana-sdk", "solana_rbpf", - "time 0.3.3", + "time 0.3.4", ] [[package]] @@ -6307,9 +6307,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde1cf55178e0293453ba2cca0d5f8392a922e52aa958aee9c28ed02becc6d03" +checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd" dependencies = [ "libc", ] diff --git a/rbpf-cli/Cargo.toml b/rbpf-cli/Cargo.toml index 929e8638e2..6e8d156f4e 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.9.0 solana-logger = { path = "../logger", version = "=1.9.0" } solana-sdk = { path = "../sdk", version = "=1.9.0" } solana_rbpf = "=0.2.14" -time = "0.3.3" +time = "0.3.4"