build(deps): bump inferno from 0.11.5 to 0.11.6 (#4682)
Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.5 to 0.11.6. - [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.5...v0.11.6) --- 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:
parent
6aea0fd9e8
commit
c262246266
|
@ -2203,9 +2203,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "inferno"
|
||||
version = "0.11.5"
|
||||
version = "0.11.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "244ae9456c246081801028c893ee0e2b71be4f0380894e2cd53974c3beea0c64"
|
||||
checksum = "9a262875c8e10820b9366e991ed6710cd80dc93578375e5d499fcbd408985937"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"atty",
|
||||
|
|
|
@ -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.5", default-features = false, optional = true }
|
||||
inferno = { version = "0.11.6", default-features = false, optional = true }
|
||||
|
||||
# prod feature journald
|
||||
tracing-journald = { version = "0.3.0", optional = true }
|
||||
|
|
Loading…
Reference in New Issue