Skip to content

Commit

Permalink
Merge pull request #603 from KisaragiEffective/renovate/thiserror-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Nov 30, 2024
2 parents 9743c49 + 761cc3a commit f18b6e4
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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 package/origlang-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MPL-2.0"
clap = { version = "4.5.4", features = ["derive"] }
env_logger = "0.11.3"
log = "0.4.21"
thiserror = "1.0.59"
thiserror = "2.0.0"
origlang-typesystem-model = { path = "../origlang-typesystem-model" }
origlang-typecheck = { path = "../origlang-typecheck" }
origlang-runtime = { path = "../origlang-runtime" }
Expand Down
2 changes: 1 addition & 1 deletion package/origlang-compiler-entrypoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ origlang-ir-optimizer = { path = "../origlang-ir-optimizer" }
origlang-lexer = { path = "../origlang-lexer" }
origlang-parser = { path = "../origlang-parser" }
origlang-typecheck = { path = "../origlang-typecheck" }
thiserror = { version = "1.0.59" }
thiserror = { version = "2.0.0" }
2 changes: 1 addition & 1 deletion package/origlang-interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ origlang-parser = { path = "../origlang-parser" }
js-sys = "0.3.69"
console_error_panic_hook = "0.1.7"
web-sys = { version = "0.3.69", features = ["console"] }
thiserror = "1.0.59"
thiserror = "2.0.0"
2 changes: 1 addition & 1 deletion package/origlang-lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ license = "MIT"

[dependencies]
log = "0.4.21"
thiserror = "1.0.61"
thiserror = "2.0.0"
origlang-ast = { path = "../origlang-ast" }
origlang-source-span = { path = "../origlang-source-span" }
2 changes: 1 addition & 1 deletion package/origlang-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ origlang-ast = { path = "../origlang-ast" }
origlang-source-span = { path = "../origlang-source-span" }
origlang-lexer = { path = "../origlang-lexer" }
origlang-token-stream = { path = "../origlang-token-stream" }
thiserror = "1.0.61"
thiserror = "2.0.0"
2 changes: 1 addition & 1 deletion package/origlang-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0.59"
thiserror = "2.0.0"
derive_more = "0.99.17"
log = "0.4.21"
tap = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package/origlang-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ origlang-runtime = { version = "0.1.0", path = "../origlang-runtime" }
origlang-source-span = { version = "*", path = "../origlang-source-span" }
origlang-parser = { path = "../origlang-parser" }
origlang-typecheck = { path = "../origlang-typecheck" }
thiserror = "1.0.59"
thiserror = "2.0.0"
2 changes: 1 addition & 1 deletion package/origlang-typecheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "MIT"
origlang-typesystem-model = { path = "../origlang-typesystem-model" }
origlang-ast = { path = "../origlang-ast" }
log = "0.4.21"
thiserror = "1.0.61"
thiserror = "2.0.0"

0 comments on commit f18b6e4

Please sign in to comment.