Skip to content

Commit

Permalink
build(deps): bump inferno from 0.11.13 to 0.11.14
Browse files Browse the repository at this point in the history
Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.13 to 0.11.14.
- [Release notes](https://github.com/jonhoo/inferno/releases)
- [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md)
- [Commits](jonhoo/inferno@v0.11.13...v0.11.14)

---
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 Jan 23, 2023
1 parent 85bcbbd commit 9c0bfb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ sentry = { version = "0.29.1", default-features = false, features = ["backtrace"

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

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

0 comments on commit 9c0bfb4

Please sign in to comment.