Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 03ce429 commit 5608005
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 @@ -9,7 +9,7 @@ edition = "2021"
clap = { version = "4.4.5", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.20"
thiserror = "1.0.48"
thiserror = "1.0.49"
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 @@ -12,4 +12,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.48" }
thiserror = { version = "1.0.49" }
2 changes: 1 addition & 1 deletion package/origlang-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.48"
thiserror = "1.0.49"
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 @@ -18,4 +18,4 @@ origlang-ir = { path = "../origlang-ir" }
js-sys = "0.3.64"
console_error_panic_hook = "0.1.7"
web-sys = { version = "0.3.64", features = ["console"] }
thiserror = "1.0.48"
thiserror = "1.0.49"
2 changes: 1 addition & 1 deletion package/origlang-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0.48"
thiserror = "1.0.49"
derivative = "2.2.0"
derive_more = "0.99.17"
log = "0.4.20"
Expand Down

0 comments on commit 5608005

Please sign in to comment.