Skip to content

Commit

Permalink
build(deps): bump inferno from 0.11.18 to 0.11.19
Browse files Browse the repository at this point in the history
Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.18 to 0.11.19.
- [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md)
- [Commits](jonhoo/inferno@v0.11.18...v0.11.19)

---
updated-dependencies:
- dependency-name: inferno
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent f08cc2d commit ba8d2d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2071,9 +2071,9 @@ dependencies = [

[[package]]
name = "inferno"
version = "0.11.18"
version = "0.11.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfb2e51b23c338595ae0b6bdaaa7a4a8b860b8d788a4331cb07b50fe5dea71b"
checksum = "321f0f839cd44a4686e9504b0a62b4d69a50b62072144c71c68f5873c167b8d9"
dependencies = [
"ahash",
"is-terminal",
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ sentry = { version = "0.31.8", default-features = false, features = ["backtrace"

# prod feature flamegraph
tracing-flame = { version = "0.2.0", optional = true }
inferno = { version = "0.11.18", default-features = false, optional = true }
inferno = { version = "0.11.19", default-features = false, optional = true }

# prod feature journald
tracing-journald = { version = "0.3.0", optional = true }
Expand Down

0 comments on commit ba8d2d6

Please sign in to comment.