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:
parent
25396bc6e9
commit
ee50f3ae45
|
@ -2204,16 +2204,16 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "inferno"
|
name = "inferno"
|
||||||
version = "0.11.4"
|
version = "0.11.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1a3cb215599901c8f491666421d44ffaed08d6872b4c7ced6f425683b951271e"
|
checksum = "244ae9456c246081801028c893ee0e2b71be4f0380894e2cd53974c3beea0c64"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"atty",
|
"atty",
|
||||||
"itoa 1.0.1",
|
"itoa 1.0.1",
|
||||||
"lazy_static",
|
|
||||||
"log",
|
"log",
|
||||||
"num-format",
|
"num-format",
|
||||||
|
"once_cell",
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
"rgb",
|
"rgb",
|
||||||
"str_stack",
|
"str_stack",
|
||||||
|
|
|
@ -111,7 +111,7 @@ sentry = { version = "0.26.0", default-features = false, features = ["backtrace"
|
||||||
|
|
||||||
# prod feature flamegraph
|
# prod feature flamegraph
|
||||||
tracing-flame = { version = "0.2.0", optional = true }
|
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
|
# prod feature journald
|
||||||
tracing-journald = { version = "0.3.0", optional = true }
|
tracing-journald = { version = "0.3.0", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue