build(deps): bump inferno from 0.11.1 to 0.11.2 (#4191)

Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.1 to 0.11.2.
- [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.1...v0.11.2)

---
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:
dependabot[bot] 2022-04-25 21:00:14 +00:00 committed by GitHub
parent b15bc8a2e1
commit a90b20f222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2053,9 +2053,9 @@ dependencies = [
[[package]]
name = "inferno"
version = "0.11.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f202af59e95fce985d0b87df19319528638b6f7654abc283d2815028922cc320"
checksum = "89efa0d58cc7d17076d8fcaa4ea2b408a799eaed1682e1d60b8a9e03a061be82"
dependencies = [
"ahash",
"atty",

View File

@ -54,7 +54,7 @@ tracing-futures = "0.2.5"
tracing = "0.1.31"
dirs = "4.0.0"
inferno = { version = "0.11.1", default-features = false }
inferno = { version = "0.11.2", default-features = false }
atty = "0.2.14"
sentry-tracing = "0.23.0"