Skip to content

Commit

Permalink
Merge pull request #28341 from ProvableHQ/dependabot/cargo/mainnet/ba…
Browse files Browse the repository at this point in the history
…cktrace-0.3.74

Bump backtrace from 0.3.73 to 0.3.74
  • Loading branch information
d0cd authored Sep 9, 2024
2 parents 341ac47 + 5369fa3 commit 5eee40c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 14 deletions.
37 changes: 26 additions & 11 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 @@ -98,7 +98,7 @@ version = "0.1.24"
default-features = false

[dependencies.backtrace]
version = "0.3.73"
version = "0.3.74"

[dependencies.clap]
version = "4.5"
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 = "2.2.0"
version = "1.0"

[dependencies.backtrace]
version = "0.3.73"
version = "0.3.74"

[dependencies.colored]
version = "2.0.4"
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 = "2.2.0"

[dependencies.backtrace]
version = "0.3.73"
version = "0.3.74"

[dependencies.indexmap]
version = "1.9"
Expand Down

0 comments on commit 5eee40c

Please sign in to comment.