diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-07-09 20:22:08 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-07-10 18:54:03 +0000 |
commit | 75380d06bc33604a7a1f7a4e7272a731ab09c09b (patch) | |
tree | 88a09c9a196e0cf42536317c88d2e1b0be27b02a /security/solana/Makefile | |
parent | 7e738d759208cd9f9acd93f5def3ba44b6f520f5 (diff) | |
download | ports-75380d06bc33604a7a1f7a4e7272a731ab09c09b.tar.gz ports-75380d06bc33604a7a1f7a4e7272a731ab09c09b.zip |
security/solana: Update 1.7.3 -> 1.7.4
Reported by: portscout
Diffstat (limited to 'security/solana/Makefile')
-rw-r--r-- | security/solana/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/solana/Makefile b/security/solana/Makefile index b8b3ad538dc1..2e290b1b3c36 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -1,6 +1,6 @@ PORTNAME= solana DISTVERSIONPREFIX= v -DISTVERSION= 1.7.3 +DISTVERSION= 1.7.4 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org @@ -59,9 +59,13 @@ CARGO_CRATES= Inflector-0.11.4 \ block-padding-0.1.5 \ block-padding-0.2.1 \ borsh-0.8.1 \ + borsh-0.9.0 \ borsh-derive-0.8.1 \ + borsh-derive-0.9.0 \ borsh-derive-internal-0.8.1 \ + borsh-derive-internal-0.9.0 \ borsh-schema-derive-internal-0.8.1 \ + borsh-schema-derive-internal-0.9.0 \ bs58-0.3.1 \ bstr-0.2.13 \ bumpalo-3.3.0 \ |