Skip to content

Commit

Permalink
Bump backtrace from 0.3.67 to 0.3.68
Browse files Browse the repository at this point in the history
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.67 to 0.3.68.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](rust-lang/backtrace-rs@0.3.67...0.3.68)

---
updated-dependencies:
- dependency-name: backtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 30, 2023
1 parent b690a62 commit ee4ba40
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
25 changes: 8 additions & 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ path = "./compiler/span"
version = "1.8.2"

[dependencies.backtrace]
version = "0.3.67"
version = "0.3.68"

[dependencies.clap]
version = "4.3"
Expand Down
2 changes: 1 addition & 1 deletion errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version = "1.8.2"
version = "1.0"

[dependencies.backtrace]
version = "0.3.67"
version = "0.3.68"

[dependencies.colored]
version = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ path = "../../errors"
version = "1.8.2"

[dependencies.backtrace]
version = "0.3.67"
version = "0.3.68"

[dependencies.clap]
version = "4.3"
Expand Down

0 comments on commit ee4ba40

Please sign in to comment.