build(deps): bump inferno from 0.10.3 to 0.10.4

Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.3 to 0.10.4.
- [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.3...v0.10.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-05 09:09:30 +00:00 committed by Deirdre Connolly
parent 74fd2a65fe
commit a04022adfc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1730,9 +1730,9 @@ dependencies = [
[[package]]
name = "inferno"
version = "0.10.3"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67bcf81cd7094c6827cec657c53f0d22dec1afed5eeccb16118f5763a7bbd869"
checksum = "730c5d33ff7a5a587b7a92fc536d1e7c5bb6870814aefb98a85110066c76e7ef"
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.3", default-features = false }
inferno = { version = "0.10.4", default-features = false }
atty = "0.2.14"
sentry = { version = "0.21.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }