diff --git a/Cargo.lock b/Cargo.lock index 1d9780cfb48..b5a05d6e8c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8320,18 +8320,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.59" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" +checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.59" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" +checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" dependencies = [ "proc-macro2", "quote", diff --git a/libraries/concurrent-merkle-tree/Cargo.toml b/libraries/concurrent-merkle-tree/Cargo.toml index bf04560ef1f..20119dd99cc 100644 --- a/libraries/concurrent-merkle-tree/Cargo.toml +++ b/libraries/concurrent-merkle-tree/Cargo.toml @@ -14,7 +14,7 @@ sol-log = [ "log" ] [dependencies] solana-program = "1.16" bytemuck = "1.15" -thiserror = "1.0.59" +thiserror = "1.0.60" [dev-dependencies] rand_distr = "0.4.3" diff --git a/libraries/merkle-tree-reference/Cargo.toml b/libraries/merkle-tree-reference/Cargo.toml index b79dd7d652e..f5a12c272ba 100644 --- a/libraries/merkle-tree-reference/Cargo.toml +++ b/libraries/merkle-tree-reference/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] solana-program = "1.10.33" -thiserror = "1.0.59" +thiserror = "1.0.60" [lib] crate-type = ["cdylib", "lib"] diff --git a/managed-token/program/Cargo.toml b/managed-token/program/Cargo.toml index 37717363300..13d226e4045 100644 --- a/managed-token/program/Cargo.toml +++ b/managed-token/program/Cargo.toml @@ -31,7 +31,7 @@ spl-associated-token-account = { version = "3.0.2", path = "../../associated-tok spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint", ] } -thiserror = "^1.0.59" +thiserror = "^1.0.60" [dev-dependencies] solana-program-test = ">=1.18.11,<=2" diff --git a/name-service/program/Cargo.toml b/name-service/program/Cargo.toml index d6bc485aa17..9853c9d973d 100644 --- a/name-service/program/Cargo.toml +++ b/name-service/program/Cargo.toml @@ -21,7 +21,7 @@ solana-program = ">=1.18.11,<=2" num-traits = "0.2" borsh = "1.5.0" num-derive = "0.4.2" -thiserror = "1.0.59" +thiserror = "1.0.60" [dev-dependencies] solana-program-test = ">=1.18.11,<=2"