build(deps): bump inferno from 0.10.12 to 0.11.0 (#3748)

Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.12 to 0.11.0.
- [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.12...v0.11.0)

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

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-03-10 04:13:49 +00:00 committed by GitHub
parent 6f3885d126
commit aadc07a820
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

@ -1946,9 +1946,9 @@ dependencies = [
[[package]] [[package]]
name = "inferno" name = "inferno"
version = "0.10.12" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3886428c6400486522cf44b8626e7b94ad794c14390290f2a274dcf728a58f" checksum = "26143de514661e4241e71840e4f82029b5d8b55e57b25be63b5126869794df57"
dependencies = [ dependencies = [
"ahash", "ahash",
"atty", "atty",

View File

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