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:
parent
cb0487cec9
commit
41870e5b5a
|
@ -2148,9 +2148,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "inferno"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "89efa0d58cc7d17076d8fcaa4ea2b408a799eaed1682e1d60b8a9e03a061be82"
|
||||
checksum = "16d4bde3a7105e59c66a4104cfe9606453af1c7a0eac78cb7d5bc263eb762a70"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"atty",
|
||||
|
|
|
@ -54,7 +54,7 @@ tracing-futures = "0.2.5"
|
|||
tracing = "0.1.31"
|
||||
|
||||
dirs = "4.0.0"
|
||||
inferno = { version = "0.11.2", default-features = false }
|
||||
inferno = { version = "0.11.3", default-features = false }
|
||||
atty = "0.2.14"
|
||||
|
||||
sentry-tracing = "0.23.0"
|
||||
|
|
Loading…
Reference in New Issue