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

Commit f5e0a04

Browse files
build(deps): bump thiserror from 1.0.58 to 1.0.59 (#6605)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.59. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.58...1.0.59) --- 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 3e35101 commit f5e0a04

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.15"
17-
thiserror = "1.0.58"
17+
thiserror = "1.0.59"
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.58"
12+
thiserror = "1.0.59"
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
@@ -31,7 +31,7 @@ spl-associated-token-account = { version = "3.0.2", path = "../../associated-tok
3131
spl-token = { version = "4.0", path = "../../token/program", features = [
3232
"no-entrypoint",
3333
] }
34-
thiserror = "^1.0.58"
34+
thiserror = "^1.0.59"
3535

3636
[dev-dependencies]
3737
solana-program-test = ">=1.18.2,<=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.18.2,<=2"
2121
num-traits = "0.2"
2222
borsh = "1.4.0"
2323
num-derive = "0.4.2"
24-
thiserror = "1.0.58"
24+
thiserror = "1.0.59"
2525

2626
[dev-dependencies]
2727
solana-program-test = ">=1.18.2,<=2"

0 commit comments

Comments
 (0)