chore: bump time from 0.3.2 to 0.3.3 (#20272)

This commit is contained in:
Tyera Eulberg 2021-09-27 19:56:09 -05:00 committed by GitHub
parent 3ea6a01254
commit e7bd1e9065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -3470,7 +3470,7 @@ dependencies = [
"solana-logger 1.8.0",
"solana-sdk",
"solana_rbpf",
"time 0.3.2",
"time 0.3.3",
]
[[package]]
@ -6188,9 +6188,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e0a10c9a9fb3a5dce8c2239ed670f1a2569fcf42da035f5face1b19860d52b0"
checksum = "cde1cf55178e0293453ba2cca0d5f8392a922e52aa958aee9c28ed02becc6d03"
dependencies = [
"libc",
]

View File

@ -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.3"