Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: thiserror
  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>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent b4a73a3 commit e05ce1a
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.64"
thiserror = "1.0.65"

[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.64"
thiserror = "1.0.65"

[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 = "1.0.0", path = "../../associa
spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "^1.0.64"
thiserror = "^1.0.65"

[dev-dependencies]
solana-program-test = "2.0.3"
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.0.3"
num-traits = "0.2"
borsh = "1.5.1"
num-derive = "0.4.2"
thiserror = "1.0.64"
thiserror = "1.0.65"

[dev-dependencies]
solana-program-test = "2.0.3"
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 @@ -11,7 +11,7 @@ edition = "2021"
bytemuck = "1.19.0"
solana-curve25519 = "2.0.3"
solana-zk-sdk = "2.0.3"
thiserror = "1.0.64"
thiserror = "1.0.65"

[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 = "3.2.1"
solana-zk-sdk = "2.0.3"
thiserror = "1.0.64"
thiserror = "1.0.65"

[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 = "3.2.1"
solana-zk-sdk = "2.0.3"
thiserror = "1.0.64"
thiserror = "1.0.65"
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../proof-extraction" }
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../proof-generation" }

0 comments on commit e05ce1a

Please sign in to comment.