build(deps): bump inferno from 0.11.6 to 0.11.7 (#4829)

Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.6 to 0.11.7.
- [Release notes](https://github.com/jonhoo/inferno/releases)
- [Changelog](https://github.com/jonhoo/inferno/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jonhoo/inferno/compare/v0.11.6...v0.11.7)

---
updated-dependencies:
- dependency-name: inferno
  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-08-01 09:06:00 +00:00 committed by GitHub
parent ff5336c137
commit ad9d40a898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2252,9 +2252,9 @@ dependencies = [
[[package]]
name = "inferno"
version = "0.11.6"
version = "0.11.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a262875c8e10820b9366e991ed6710cd80dc93578375e5d499fcbd408985937"
checksum = "9709543bd6c25fdc748da2bed0f6855b07b7e93a203ae31332ac2101ab2f4782"
dependencies = [
"ahash",
"atty",

View File

@ -113,7 +113,7 @@ sentry = { version = "0.27.0", default-features = false, features = ["backtrace"
# prod feature flamegraph
tracing-flame = { version = "0.2.0", optional = true }
inferno = { version = "0.11.6", default-features = false, optional = true }
inferno = { version = "0.11.7", default-features = false, optional = true }
# prod feature journald
tracing-journald = { version = "0.3.0", optional = true }