Skip to content

Commit 5a4fc2d

Browse files
build(deps): bump num-traits from 0.2.18 to 0.2.19 (#1041)
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.18 to 0.2.19. - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](rust-num/num-traits@num-traits-0.2.18...num-traits-0.2.19) --- updated-dependencies: - dependency-name: num-traits dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19709f6 commit 5a4fc2d

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

circuit-lib/light-prover-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ env_logger = "0.11.2"
4343
zeroize = "=1.3.0"
4444
serde = { version = "1.0", features = ["derive"] }
4545
serde_json = "1.0.60"
46-
num-traits = "0.2.18"
46+
num-traits = "0.2.19"
4747
tokio = { workspace = true, optional = true }
4848
reqwest = { version = "0.11.24", features = ["json", "rustls-tls"], optional = true }
4949
sysinfo = "0.30"

examples/token-escrow/programs/token-escrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ reqwest = "0.12"
3838
tokio = { workspace = true }
3939
light-prover-client = { path = "../../../../circuit-lib/light-prover-client", version = "0.3.0" }
4040
num-bigint = "0.4.6"
41-
num-traits = "0.2.18"
41+
num-traits = "0.2.19"
4242
spl-token = { workspace = true }
4343
anchor-spl = { workspace = true }

programs/account-compression/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ light-concurrent-merkle-tree = { version = "0.3.0", path = "../../merkle-tree/co
3535
light-indexed-merkle-tree = { version = "0.3.0", path = "../../merkle-tree/indexed", features = ["solana"] }
3636
light-utils = { version = "0.3.0", path = "../../utils" }
3737
num-bigint = "0.4"
38-
num-traits = "0.2.18"
38+
num-traits = "0.2.19"
3939
solana-security-txt = "1.1.0"
4040

4141
[target.'cfg(not(target_os = "solana"))'.dependencies]

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ light-prover-client = { version = "0.3.0", path = "../circuit-lib/light-prover-c
5151
light-merkle-tree-reference = { version = "0.3.0", path = "../merkle-tree/reference/" }
5252
light-indexed-merkle-tree = { version = "0.3.0", path = "../merkle-tree/indexed/" }
5353
num-bigint = "0.4.6"
54-
num-traits = "0.2.18"
54+
num-traits = "0.2.19"
5555
lazy_static = "1.4.0"
5656
light-hash-set = { version = "0.3.0", path = "../merkle-tree/hash-set", features = ["solana"] }
5757
rand = "0.8.5"

test-programs/account-compression-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reqwest = "0.11.26"
2828
tokio = { workspace = true }
2929
light-prover-client = {path = "../../circuit-lib/light-prover-client" }
3030
num-bigint = "0.4.6"
31-
num-traits = "0.2.18"
31+
num-traits = "0.2.19"
3232
spl-token = { workspace = true }
3333
anchor-spl = { workspace = true }
3434
anchor-lang = { workspace = true }

test-programs/compressed-token-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ reqwest = "0.11.26"
3737
tokio = { workspace = true }
3838
light-prover-client = {path = "../../circuit-lib/light-prover-client" }
3939
num-bigint = "0.4.6"
40-
num-traits = "0.2.18"
40+
num-traits = "0.2.19"
4141
spl-token = { workspace = true }
4242
anchor-spl = { workspace = true }
4343
rand = "0.8"

test-programs/e2e-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ reqwest = "0.11.26"
4040
tokio = { workspace = true }
4141
light-prover-client = {path = "../../circuit-lib/light-prover-client" }
4242
num-bigint = "0.4.6"
43-
num-traits = "0.2.18"
43+
num-traits = "0.2.19"
4444
spl-token = { workspace = true }
4545
anchor-spl = { workspace = true }
4646
rand = "0.8"

test-programs/registry-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ reqwest = "0.11.26"
2727
tokio = { workspace = true }
2828
light-prover-client = {path = "../../circuit-lib/light-prover-client" }
2929
num-bigint = "0.4.6"
30-
num-traits = "0.2.18"
30+
num-traits = "0.2.19"
3131
spl-token = { workspace = true }
3232
anchor-spl = { workspace = true }
3333
anchor-lang = { workspace = true }

test-programs/system-cpi-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ reqwest = "0.11.26"
3939
tokio = { workspace = true }
4040
light-prover-client = { path = "../../circuit-lib/light-prover-client", version = "0.3.0" }
4141
num-bigint = "0.4.6"
42-
num-traits = "0.2.18"
42+
num-traits = "0.2.19"
4343
spl-token = { workspace = true }
4444
anchor-spl = { workspace = true }

0 commit comments

Comments
 (0)