Skip to content

Commit

Permalink
build(deps): bump thiserror from 1.0.67 to 1.0.68 (#7457)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 1.0.68.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.67...1.0.68)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent b406cc1 commit 3844bfa
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/concurrent-merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sol-log = ["log"]
[dependencies]
solana-program = ">=1.18.11,<=2"
bytemuck = "1.19"
thiserror = "1.0.67"
thiserror = "1.0.68"

[dev-dependencies]
rand_distr = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion libraries/merkle-tree-reference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
solana-program = ">=1.18.11,<=2"
thiserror = "1.0.67"
thiserror = "1.0.68"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion managed-token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spl-associated-token-account-client = { version = "2.0.0", path = "../../associa
spl-token = { version = "7.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "^1.0.67"
thiserror = "^1.0.68"

[dev-dependencies]
solana-program-test = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion name-service/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ solana-program = "2.1.0"
num-traits = "0.2"
borsh = "1.5.1"
num-derive = "0.4.2"
thiserror = "1.0.67"
thiserror = "1.0.68"

[dev-dependencies]
solana-program-test = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-extraction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ solana-curve25519 = "2.1.0"
solana-program = "2.1.0"
solana-zk-sdk = "2.1.0"
spl-pod = { version = "0.5.0", path = "../../../libraries/pod" }
thiserror = "1.0.67"
thiserror = "1.0.68"

[lib]
crate-type = ["cdylib", "lib"]
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-generation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
curve25519-dalek = "4.1.3"
solana-zk-sdk = "2.1.0"
thiserror = "1.0.67"
thiserror = "1.0.68"

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ edition = "2021"
[dev-dependencies]
curve25519-dalek = "4.1.3"
solana-zk-sdk = "2.1.0"
thiserror = "1.0.67"
thiserror = "1.0.68"
spl-token-confidential-transfer-proof-extraction = { version = "0.2.0", path = "../proof-extraction" }
spl-token-confidential-transfer-proof-generation = { version = "0.2.0", path = "../proof-generation" }

0 comments on commit 3844bfa

Please sign in to comment.