Skip to content

Commit

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

---
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 Mar 25, 2024
1 parent 816229c commit 0012b2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio = { version = "1.36.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.69", optional = true, features = ["std"] }
backtrace = { version = "0.3.71", optional = true, features = ["std"] }

[features]
default = []
Expand Down

0 comments on commit 0012b2c

Please sign in to comment.