From 681df85c9f3c5b905af4a523bd7f4cc8531fa612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 18:03:19 +0000 Subject: [PATCH] Bump solana-security-txt from 1.0.1 to 1.1.0 Bumps [solana-security-txt](https://github.com/neodyme-labs/solana-security-txt) from 1.0.1 to 1.1.0. - [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-minor ... 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..cd15cda6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1436,9 +1436,9 @@ dependencies = [ [[package]] name = "solana-security-txt" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14189df19df7f3977a7ea236ccae6cdc40855ab5baf1ab2796a091ef5c490d1" +checksum = "7e0461f3afb29d8591300b3dd09b5472b3772d65688a2826ad960b8c0d5fa605" [[package]] name = "spl-associated-token-account" diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index 84314e29..829581ee 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.1.0" vipers = "^2.0" diff --git a/programs/quarry-mine/Cargo.toml b/programs/quarry-mine/Cargo.toml index 77067427..fc9d8908 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.1.0" 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..08928ac7 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.1.0" vipers = "^2.0" diff --git a/programs/quarry-operator/Cargo.toml b/programs/quarry-operator/Cargo.toml index ccc5521e..9b54d487 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.1.0" vipers = "^2.0" diff --git a/programs/quarry-redeemer/Cargo.toml b/programs/quarry-redeemer/Cargo.toml index f5a520a7..075a1e48 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.1.0" vipers = "^2.0" diff --git a/programs/quarry-registry/Cargo.toml b/programs/quarry-registry/Cargo.toml index 3e76533f..55f4f3f8 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.1.0" vipers = "^2.0"