diff --git a/Cargo.lock b/Cargo.lock index 072a38ad271..0083420e266 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7620,18 +7620,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2 1.0.63", "quote 1.0.29", diff --git a/libraries/concurrent-merkle-tree/Cargo.toml b/libraries/concurrent-merkle-tree/Cargo.toml index 31e31a90e39..e5221ac33a0 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.14" -thiserror = "1.0.48" +thiserror = "1.0.49" [dev-dependencies] rand_distr = "0.4.3" diff --git a/libraries/merkle-tree-reference/Cargo.toml b/libraries/merkle-tree-reference/Cargo.toml index 983b6a3f686..64e2c73f552 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.48" +thiserror = "1.0.49" [lib] crate-type = ["cdylib", "lib"] diff --git a/managed-token/program/Cargo.toml b/managed-token/program/Cargo.toml index 44abea2326c..6b025ba2eb4 100644 --- a/managed-token/program/Cargo.toml +++ b/managed-token/program/Cargo.toml @@ -27,7 +27,7 @@ shank = "^0.2.1" solana-program = "1.16.13" 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.48" +thiserror = "^1.0.49" [dev-dependencies] solana-program-test = "1.16.13" diff --git a/name-service/program/Cargo.toml b/name-service/program/Cargo.toml index 5172f268601..c290c6a0f3a 100644 --- a/name-service/program/Cargo.toml +++ b/name-service/program/Cargo.toml @@ -21,7 +21,7 @@ solana-program = "1.16.13" num-traits = "0.2" borsh = "0.10" num-derive = "0.4.0" -thiserror = "1.0.48" +thiserror = "1.0.49" [dev-dependencies] solana-program-test = "1.16.13"