build(deps): bump inferno from 0.11.0 to 0.11.1 (#3919)
Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.0 to 0.11.1. - [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.0...v0.11.1) --- 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
41d240feaf
commit
17056f3c00
|
@ -1946,9 +1946,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "inferno"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "26143de514661e4241e71840e4f82029b5d8b55e57b25be63b5126869794df57"
|
||||
checksum = "f202af59e95fce985d0b87df19319528638b6f7654abc283d2815028922cc320"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"atty",
|
||||
|
|
|
@ -44,7 +44,7 @@ tracing-futures = "0.2.5"
|
|||
tracing = "0.1.31"
|
||||
|
||||
dirs = "4.0.0"
|
||||
inferno = { version = "0.11.0", default-features = false }
|
||||
inferno = { version = "0.11.1", default-features = false }
|
||||
atty = "0.2.14"
|
||||
|
||||
sentry-tracing = "0.23.0"
|
||||
|
|
Loading…
Reference in New Issue