Skip to content

Commit

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

---
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 Aug 15, 2023
1 parent 7bfc553 commit 7dff5f7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.16"
bytemuck = "1.13"
thiserror = "1.0.44"
thiserror = "1.0.45"

[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.10.33"
thiserror = "1.0.44"
thiserror = "1.0.45"

[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 @@ -27,7 +27,7 @@ shank = "^0.2.1"
solana-program = "1.16.3"
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = [ "no-entrypoint", ] }
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
thiserror = "^1.0.44"
thiserror = "^1.0.45"

[dev-dependencies]
solana-program-test = "1.16.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 = "1.16.3"
num-traits = "0.2"
borsh = "0.10"
num-derive = "0.4.0"
thiserror = "1.0.44"
thiserror = "1.0.45"

[dev-dependencies]
solana-program-test = "1.16.3"
Expand Down

0 comments on commit 7dff5f7

Please sign in to comment.