Bump backtrace from 0.3.61 to 0.3.63 (#10495)

Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.61 to 0.3.63.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.61...0.3.63)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-16 11:02:12 +01:00
committed by GitHub
parent d26d6eb268
commit f99307b600
2 changed files with 22 additions and 16 deletions
@@ -14,6 +14,6 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
backtrace = "0.3.38"
backtrace = "0.3.63"
regex = "1.5.4"
lazy_static = "1.4.0"