Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2023
1 parent dd70191 commit da3a783
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.4.11", features = ["derive"] }
env_logger = "0.10.1"
log = "0.4.20"
thiserror = "1.0.51"
thiserror = "1.0.52"
origlang-compiler = { path = "../origlang-compiler" }
origlang-typesystem-model = { path = "../origlang-typesystem-model" }
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 @@ -13,4 +13,4 @@ origlang-compiler = { path = "../origlang-compiler" }
origlang-diagnostics = { path = "../origlang-diagnostics" }
origlang-ir = { path = "../origlang-ir" }
origlang-ir-optimizer = { path = "../origlang-ir-optimizer" }
thiserror = { version = "1.0.51" }
thiserror = { version = "1.0.52" }
2 changes: 1 addition & 1 deletion package/origlang-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ origlang-ast = { path = "../origlang-ast" }
origlang-typesystem-model = { path = "../origlang-typesystem-model" }
derive_more = "0.99.17"
log = "0.4.20"
thiserror = "1.0.51"
thiserror = "1.0.52"
origlang-platform = { path = "../origlang-platform" }
origlang-source-span = { path = "../origlang-source-span" }
origlang-diagnostics = { path = "../origlang-diagnostics" }
Expand Down
2 changes: 1 addition & 1 deletion package/origlang-interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ origlang-ir = { path = "../origlang-ir" }
js-sys = "0.3.66"
console_error_panic_hook = "0.1.7"
web-sys = { version = "0.3.66", features = ["console"] }
thiserror = "1.0.51"
thiserror = "1.0.52"
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.51"
thiserror = "1.0.52"
derivative = "2.2.0"
derive_more = "0.99.17"
log = "0.4.20"
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 @@ -15,4 +15,4 @@ origlang-ir = { version = "0.1.0", path = "../origlang-ir" }
origlang-ir-optimizer = { version = "0.1.0", path = "../origlang-ir-optimizer" }
origlang-runtime = { version = "0.1.0", path = "../origlang-runtime" }
origlang-source-span = { version = "*", path = "../origlang-source-span" }
thiserror = "1.0.51"
thiserror = "1.0.52"

0 comments on commit da3a783

Please sign in to comment.