build(deps): bump inferno from 0.11.2 to 0.11.3 (#4357)

Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.2 to 0.11.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.11.2...v0.11.3)

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

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-05-10 03:42:23 +00:00 committed by GitHub
parent cb0487cec9
commit 41870e5b5a
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

@ -2148,9 +2148,9 @@ dependencies = [
[[package]] [[package]]
name = "inferno" name = "inferno"
version = "0.11.2" version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89efa0d58cc7d17076d8fcaa4ea2b408a799eaed1682e1d60b8a9e03a061be82" checksum = "16d4bde3a7105e59c66a4104cfe9606453af1c7a0eac78cb7d5bc263eb762a70"
dependencies = [ dependencies = [
"ahash", "ahash",
"atty", "atty",

View File

@ -54,7 +54,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.11.2", default-features = false } inferno = { version = "0.11.3", default-features = false }
atty = "0.2.14" atty = "0.2.14"
sentry-tracing = "0.23.0" sentry-tracing = "0.23.0"