From 8189df23366e93069996a5bd37b29e30792f035a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:33:42 +0200 Subject: [PATCH] build(deps): bump num_enum from 0.7.2 to 0.7.3 (#7071) Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.2 to 0.7.3. - [Commits](https://github.com/illicitonion/num_enum/compare/0.7.2...0.7.3) --- updated-dependencies: - dependency-name: num_enum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- instruction-padding/program/Cargo.toml | 2 +- single-pool/program/Cargo.toml | 2 +- stake-pool/program/Cargo.toml | 2 +- token-upgrade/program/Cargo.toml | 2 +- token/program-2022/Cargo.toml | 2 +- token/program/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48af5913c93..1ea998563f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3385,18 +3385,18 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", diff --git a/instruction-padding/program/Cargo.toml b/instruction-padding/program/Cargo.toml index f6e07034cea..b863e8be46d 100644 --- a/instruction-padding/program/Cargo.toml +++ b/instruction-padding/program/Cargo.toml @@ -13,7 +13,7 @@ no-entrypoint = [] test-sbf = [] [dependencies] -num_enum = "0.7.2" +num_enum = "0.7.3" solana-program = "2.0.3" [dev-dependencies] diff --git a/single-pool/program/Cargo.toml b/single-pool/program/Cargo.toml index c4e4c96b130..86f22f4a71d 100644 --- a/single-pool/program/Cargo.toml +++ b/single-pool/program/Cargo.toml @@ -16,7 +16,7 @@ arrayref = "0.3.8" borsh = "1.5.1" num-derive = "0.4" num-traits = "0.2" -num_enum = "0.7.2" +num_enum = "0.7.3" solana-program = "2.0.3" solana-security-txt = "1.1.1" spl-token = { version = "6.0", path = "../../token/program", features = [ diff --git a/stake-pool/program/Cargo.toml b/stake-pool/program/Cargo.toml index 94b1be949ef..260ea90b5b1 100644 --- a/stake-pool/program/Cargo.toml +++ b/stake-pool/program/Cargo.toml @@ -17,7 +17,7 @@ borsh = "1.5.1" bytemuck = "1.16" num-derive = "0.4" num-traits = "0.2" -num_enum = "0.7.2" +num_enum = "0.7.3" serde = "1.0.204" serde_derive = "1.0.103" solana-program = "2.0.3" diff --git a/token-upgrade/program/Cargo.toml b/token-upgrade/program/Cargo.toml index 2ad05f11c72..ca6cc72c03f 100644 --- a/token-upgrade/program/Cargo.toml +++ b/token-upgrade/program/Cargo.toml @@ -14,7 +14,7 @@ test-sbf = [] [dependencies] num-derive = "0.4" num-traits = "0.2" -num_enum = "0.7.2" +num_enum = "0.7.3" solana-program = "2.0.3" spl-token-2022 = { version = "4.0.0", path = "../../token/program-2022", features = ["no-entrypoint"] } thiserror = "1.0" diff --git a/token/program-2022/Cargo.toml b/token/program-2022/Cargo.toml index 1733d87f3c3..0b792b9bd91 100644 --- a/token/program-2022/Cargo.toml +++ b/token/program-2022/Cargo.toml @@ -21,7 +21,7 @@ arrayref = "0.3.8" bytemuck = { version = "1.16.1", features = ["derive"] } num-derive = "0.4" num-traits = "0.2" -num_enum = "0.7.2" +num_enum = "0.7.3" solana-program = "2.0.3" solana-security-txt = "1.1.1" solana-zk-token-sdk = "2.0.3" diff --git a/token/program/Cargo.toml b/token/program/Cargo.toml index fbc257511c4..183e0817d00 100644 --- a/token/program/Cargo.toml +++ b/token/program/Cargo.toml @@ -17,7 +17,7 @@ arrayref = "0.3.8" bytemuck = "1.16.1" num-derive = "0.4" num-traits = "0.2" -num_enum = "0.7.2" +num_enum = "0.7.3" solana-program = "2.0.3" thiserror = "1.0"