build(deps): bump inferno from 0.11.4 to 0.11.5 (#4647)

Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.4 to 0.11.5.
- [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.4...v0.11.5)

---
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-06-21 03:38:52 +00:00 committed by GitHub
parent 25396bc6e9
commit ee50f3ae45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2204,16 +2204,16 @@ dependencies = [
[[package]]
name = "inferno"
version = "0.11.4"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a3cb215599901c8f491666421d44ffaed08d6872b4c7ced6f425683b951271e"
checksum = "244ae9456c246081801028c893ee0e2b71be4f0380894e2cd53974c3beea0c64"
dependencies = [
"ahash",
"atty",
"itoa 1.0.1",
"lazy_static",
"log",
"num-format",
"once_cell",
"quick-xml",
"rgb",
"str_stack",

View File

@ -111,7 +111,7 @@ sentry = { version = "0.26.0", default-features = false, features = ["backtrace"
# prod feature flamegraph
tracing-flame = { version = "0.2.0", optional = true }
inferno = { version = "0.11.4", default-features = false, optional = true }
inferno = { version = "0.11.5", default-features = false, optional = true }
# prod feature journald
tracing-journald = { version = "0.3.0", optional = true }