Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 993577c

Browse files
build(deps): bump thiserror from 1.0.49 to 1.0.50 (#5617)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.49 to 1.0.50. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.49...1.0.50) --- 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>
1 parent 24cb2a6 commit 993577c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

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

libraries/concurrent-merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sol-log = [ "log" ]
1414
[dependencies]
1515
solana-program = "1.16"
1616
bytemuck = "1.14"
17-
thiserror = "1.0.49"
17+
thiserror = "1.0.50"
1818

1919
[dev-dependencies]
2020
rand_distr = "0.4.3"

libraries/merkle-tree-reference/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99

1010
[dependencies]
1111
solana-program = "1.10.33"
12-
thiserror = "1.0.49"
12+
thiserror = "1.0.50"
1313

1414
[lib]
1515
crate-type = ["cdylib", "lib"]

managed-token/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ shank = "^0.2.1"
2727
solana-program = "1.17.2"
2828
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = [ "no-entrypoint", ] }
2929
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
30-
thiserror = "^1.0.49"
30+
thiserror = "^1.0.50"
3131

3232
[dev-dependencies]
3333
solana-program-test = "1.17.2"

name-service/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ solana-program = "1.17.2"
2121
num-traits = "0.2"
2222
borsh = "0.10"
2323
num-derive = "0.4.1"
24-
thiserror = "1.0.49"
24+
thiserror = "1.0.50"
2525

2626
[dev-dependencies]
2727
solana-program-test = "1.17.2"

0 commit comments

Comments
 (0)