Bump inferno from 0.10.7 to 0.10.8

Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.7 to 0.10.8.
- [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.7...v0.10.8)

---
updated-dependencies:
- dependency-name: inferno
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-03 15:02:52 +00:00 committed by Deirdre Connolly
parent 2a986aa965
commit 756f6f8fef
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1733,9 +1733,9 @@ dependencies = [
[[package]] [[package]]
name = "inferno" name = "inferno"
version = "0.10.7" version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa5bd9a10b38bf5f3c670f9d75c194adbecd2b1573f737668ab8599f41edc87" checksum = "d5e0d042b82d2153d831ad6f4b865ddb06d9941a086eb9974f8f58cf0368b6e3"
dependencies = [ dependencies = [
"ahash", "ahash",
"atty", "atty",

View File

@ -40,7 +40,7 @@ metrics = "0.17.0"
metrics-exporter-prometheus = "0.6.1" metrics-exporter-prometheus = "0.6.1"
dirs = "4.0.0" dirs = "4.0.0"
inferno = { version = "0.10.7", default-features = false } inferno = { version = "0.10.8", default-features = false }
atty = "0.2.14" atty = "0.2.14"
sentry = { version = "0.23.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] } sentry = { version = "0.23.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }