diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 7712f51..14923a6 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -6,11 +6,11 @@ edition = "2021" [dependencies] [dev-dependencies] -assert_cmd = "2.0.13" -predicates = "3.1.0" +assert_cmd = "2.0" +predicates = "3.1" similar-asserts = "1.5" -tempfile = "3.10.0" -toml = "0.8.10" +tempfile = "3.10" +toml = "0.8" [package.metadata.rust-analyzer] rustc_private = true diff --git a/lints/arbitrary_cpi/Cargo.toml b/lints/arbitrary_cpi/Cargo.toml index 995f802..82caf05 100644 --- a/lints/arbitrary_cpi/Cargo.toml +++ b/lints/arbitrary_cpi/Cargo.toml @@ -27,14 +27,14 @@ path = "ui/secure/src/lib.rs" [dependencies] clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } -dylint_linting = "2.6.1" -if_chain = "1.0.2" +dylint_linting = "2.6" +if_chain = "1.0" solana-lints = { path = "../../crate" } [dev-dependencies] -anchor-lang = "0.29.0" -anchor-spl = "0.29.0" -dylint_testing = "2.6.1" +anchor-lang = "0.29" +anchor-spl = "0.29" +dylint_testing = "2.6" [workspace] diff --git a/lints/bump_seed_canonicalization/Cargo.toml b/lints/bump_seed_canonicalization/Cargo.toml index caa03e9..458172f 100644 --- a/lints/bump_seed_canonicalization/Cargo.toml +++ b/lints/bump_seed_canonicalization/Cargo.toml @@ -31,13 +31,13 @@ path = "ui/insecure-3/src/lib.rs" [dependencies] clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } -dylint_linting = "2.6.1" -if_chain = "1.0.2" +dylint_linting = "2.6" +if_chain = "1.0" solana-lints = { path = "../../crate" } [dev-dependencies] -anchor-lang = "0.29.0" -dylint_testing = "2.6.1" +anchor-lang = "0.29" +dylint_testing = "2.6" [workspace] diff --git a/lints/insecure_account_close/Cargo.toml b/lints/insecure_account_close/Cargo.toml index e75b5bf..3967ee2 100644 --- a/lints/insecure_account_close/Cargo.toml +++ b/lints/insecure_account_close/Cargo.toml @@ -31,13 +31,13 @@ path = "ui/secure/src/lib.rs" [dependencies] clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } -dylint_linting = "2.6.1" -if_chain = "1.0.2" +dylint_linting = "2.6" +if_chain = "1.0" solana-lints = { path = "../../crate" } [dev-dependencies] -anchor-lang = "0.29.0" -dylint_testing = "2.6.1" +anchor-lang = "0.29" +dylint_testing = "2.6" [workspace] diff --git a/lints/missing_owner_check/Cargo.toml b/lints/missing_owner_check/Cargo.toml index 2c5ccd6..76d2f20 100644 --- a/lints/missing_owner_check/Cargo.toml +++ b/lints/missing_owner_check/Cargo.toml @@ -35,14 +35,14 @@ path = "ui/secure-program-id/src/lib.rs" [dependencies] clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } -dylint_linting = "2.6.1" -if_chain = "1.0.2" +dylint_linting = "2.6" +if_chain = "1.0" solana-lints = { path = "../../crate" } [dev-dependencies] -anchor-lang = "0.29.0" -anchor-spl = "0.29.0" -dylint_testing = "2.6.1" +anchor-lang = "0.29" +anchor-spl = "0.29" +dylint_testing = "2.6" [workspace] diff --git a/lints/missing_signer_check/Cargo.toml b/lints/missing_signer_check/Cargo.toml index 5407904..de69b6a 100644 --- a/lints/missing_signer_check/Cargo.toml +++ b/lints/missing_signer_check/Cargo.toml @@ -23,13 +23,13 @@ path = "ui/secure/src/lib.rs" [dependencies] clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } -dylint_linting = "2.6.1" -if_chain = "1.0.2" +dylint_linting = "2.6" +if_chain = "1.0" solana-lints = { path = "../../crate" } [dev-dependencies] -anchor-lang = "0.29.0" -dylint_testing = "2.6.1" +anchor-lang = "0.29" +dylint_testing = "2.6" [workspace] diff --git a/lints/type_cosplay/Cargo.toml b/lints/type_cosplay/Cargo.toml index 8103953..2cedcbd 100644 --- a/lints/type_cosplay/Cargo.toml +++ b/lints/type_cosplay/Cargo.toml @@ -43,13 +43,13 @@ path = "ui/secure-2/src/lib.rs" [dependencies] clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } -dylint_linting = "2.6.1" -if_chain = "1.0.2" +dylint_linting = "2.6" +if_chain = "1.0" solana-lints = { path = "../../crate" } [dev-dependencies] -anchor-lang = "0.29.0" -dylint_testing = "2.6.1" +anchor-lang = "0.29" +dylint_testing = "2.6" [workspace]