Skip to content

Commit

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

---
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 Sep 9, 2024
1 parent aa5bb64 commit 869ba55
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 16 deletions.
94 changes: 79 additions & 15 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 @@ -24,7 +24,7 @@ tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread"] }
notify = "6.1.1"
once_cell = "1.19.0"
env_logger = "0.10.2"
backtrace = { version = "0.3.73", optional = true, features = ["std"] }
backtrace = { version = "0.3.74", optional = true, features = ["std"] }

[features]
default = []
Expand Down

0 comments on commit 869ba55

Please sign in to comment.