build(deps): bump inferno from 0.10.2 to 0.10.3

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-12 02:30:21 +00:00 committed by Deirdre Connolly
parent 15698245e1
commit e3e9990315
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -1501,11 +1501,12 @@ dependencies = [
[[package]]
name = "inferno"
version = "0.10.2"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514b79a9791d88f90889bd38a88dc43a6058b3ec72a8930a817c6e59fa9e4927"
checksum = "67bcf81cd7094c6827cec657c53f0d22dec1afed5eeccb16118f5763a7bbd869"
dependencies = [
"ahash 0.6.1",
"atty",
"itoa",
"lazy_static",
"log",

View File

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