From d164005775a30afe530aecd604523221e1f06ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 18:09:26 +0000 Subject: [PATCH] Bump solana-security-txt from 1.0.1 to 1.0.2 Bumps [solana-security-txt](https://github.com/neodyme-labs/solana-security-txt) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/neodyme-labs/solana-security-txt/releases) - [Commits](https://github.com/neodyme-labs/solana-security-txt/commits) --- updated-dependencies: - dependency-name: solana-security-txt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- programs/quarry-merge-mine/Cargo.toml | 2 +- programs/quarry-mine/Cargo.toml | 2 +- programs/quarry-mint-wrapper/Cargo.toml | 2 +- programs/quarry-operator/Cargo.toml | 2 +- programs/quarry-redeemer/Cargo.toml | 2 +- programs/quarry-registry/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e7e3ebf..6c0fb28c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1436,9 +1436,9 @@ dependencies = [ [[package]] name = "solana-security-txt" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14189df19df7f3977a7ea236ccae6cdc40855ab5baf1ab2796a091ef5c490d1" +checksum = "73e93d99928eeb25c103033a015667a93ac49c243852270c01a3ea1d61341ab8" [[package]] name = "spl-associated-token-account" diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index 84314e29..4ed8ec27 100644 --- a/programs/quarry-merge-mine/Cargo.toml +++ b/programs/quarry-merge-mine/Cargo.toml @@ -27,5 +27,5 @@ quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [ "cpi" ], version = "5.3.0" } num-traits = "0.2" -solana-security-txt = "1.0.1" +solana-security-txt = "1.0.2" vipers = "^2.0" diff --git a/programs/quarry-mine/Cargo.toml b/programs/quarry-mine/Cargo.toml index 77067427..dd74ac38 100644 --- a/programs/quarry-mine/Cargo.toml +++ b/programs/quarry-mine/Cargo.toml @@ -27,7 +27,7 @@ num-traits = "0.2.14" quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [ "cpi" ], version = "5.3.0" } -solana-security-txt = "1.0.1" +solana-security-txt = "1.0.2" spl-math = { version = "0.1.0", features = ["no-entrypoint"] } u128 = "0.1.0" vipers = "^2.0" diff --git a/programs/quarry-mint-wrapper/Cargo.toml b/programs/quarry-mint-wrapper/Cargo.toml index 12fb2ad2..e467b689 100644 --- a/programs/quarry-mint-wrapper/Cargo.toml +++ b/programs/quarry-mint-wrapper/Cargo.toml @@ -22,5 +22,5 @@ default = [] [dependencies] anchor-lang = ">=0.22, <=0.25" anchor-spl = ">=0.22, <=0.25" -solana-security-txt = "1.0.1" +solana-security-txt = "1.0.2" vipers = "^2.0" diff --git a/programs/quarry-operator/Cargo.toml b/programs/quarry-operator/Cargo.toml index ccc5521e..03db8dc5 100644 --- a/programs/quarry-operator/Cargo.toml +++ b/programs/quarry-operator/Cargo.toml @@ -23,5 +23,5 @@ default = [] anchor-lang = ">=0.22, <=0.25" anchor-spl = ">=0.22, <=0.25" quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.3.0" } -solana-security-txt = "1.0.1" +solana-security-txt = "1.0.2" vipers = "^2.0" diff --git a/programs/quarry-redeemer/Cargo.toml b/programs/quarry-redeemer/Cargo.toml index f5a520a7..b379caca 100644 --- a/programs/quarry-redeemer/Cargo.toml +++ b/programs/quarry-redeemer/Cargo.toml @@ -22,5 +22,5 @@ default = [] [dependencies] anchor-lang = ">=0.22, <=0.25" anchor-spl = ">=0.22, <=0.25" -solana-security-txt = "1.0.1" +solana-security-txt = "1.0.2" vipers = "^2.0" diff --git a/programs/quarry-registry/Cargo.toml b/programs/quarry-registry/Cargo.toml index 3e76533f..a5a919ff 100644 --- a/programs/quarry-registry/Cargo.toml +++ b/programs/quarry-registry/Cargo.toml @@ -22,5 +22,5 @@ default = [] [dependencies] anchor-lang = ">=0.22, <=0.25" quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.3.0" } -solana-security-txt = "1.0.1" +solana-security-txt = "1.0.2" vipers = "^2.0"