Skip to content

Commit cc14f48

Browse files
dependabot[bot]egranata
authored andcommitted
Bump thiserror from 1.0.69 to 2.0.12
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68632bf commit cc14f48

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

compiler-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ pest_derive = "2.7.14"
1313
opcodes-lib = { path = "../opcodes-lib" }
1414
parser-lib = { path = "../parser-lib" }
1515
enum-as-inner = "0.6.1"
16-
thiserror = "1.0.65"
16+
thiserror = "2.0.12"

vm-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ parser-lib = { path = "../parser-lib" }
1414
compiler-lib = { path = "../compiler-lib" }
1515
opcodes-lib = { path = "../opcodes-lib" }
1616
enum-as-inner = "0.6.1"
17-
thiserror = "1.0.65"
17+
thiserror = "2.0.12"
1818
libloading = "0.8.8"

0 commit comments

Comments
 (0)