Bump backtrace from 0.3.63 to 0.3.64 (#11157)

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

---
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]
2022-04-04 11:21:45 +02:00
committed by GitHub
parent 41c84b0b41
commit 60dd1ea9b8
2 changed files with 3 additions and 3 deletions
@@ -14,6 +14,6 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
backtrace = "0.3.63"
backtrace = "0.3.64"
regex = "1.5.5"
lazy_static = "1.4.0"