build(deps): bump inferno from 0.11.8 to 0.11.9 (#5306)
Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.8 to 0.11.9. - [Release notes](https://github.com/jonhoo/inferno/releases) - [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md) - [Commits](https://github.com/jonhoo/inferno/compare/v0.11.8...v0.11.9) --- updated-dependencies: - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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
9849d14f41
commit
75a679792b
|
@ -2312,9 +2312,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "inferno"
|
||||
version = "0.11.8"
|
||||
version = "0.11.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "70acd717b8821298c8b801f32684864ead3a3a470f1485a716ebb4343f9e42d7"
|
||||
checksum = "bb31a5d9068fccb34562007cd564bb08fff1478255b0534c549e93fcb658cd90"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"atty",
|
||||
|
|
|
@ -118,7 +118,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.8", default-features = false, optional = true }
|
||||
inferno = { version = "0.11.9", default-features = false, optional = true }
|
||||
|
||||
# prod feature journald
|
||||
tracing-journald = { version = "0.3.0", optional = true }
|
||||
|
|
Loading…
Reference in New Issue