build(deps): bump inferno from 0.10.5 to 0.10.6

Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.5 to 0.10.6.
- [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.10.5...v0.10.6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-26 09:04:47 +00:00 committed by Deirdre Connolly
parent 55403c8d57
commit d8fc8ac4f6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1735,9 +1735,9 @@ dependencies = [
[[package]]
name = "inferno"
version = "0.10.5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37fb405dbcc505ed20838c4f8dad7b901094de90add237755df54bd5dcda2fdd"
checksum = "3c3cbcc228d2ad2e99328c2b19f38d80ec387ca6a29f778e40e32ca9f25448c3"
dependencies = [
"ahash 0.6.1",
"atty",

View File

@ -41,7 +41,7 @@ metrics = "0.13.0-alpha.8"
metrics-exporter-prometheus = "0.1.0-alpha.7"
dirs = "3.0.2"
inferno = { version = "0.10.5", default-features = false }
inferno = { version = "0.10.6", default-features = false }
atty = "0.2.14"
sentry = { version = "0.21.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }