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:
parent
6f3885d126
commit
aadc07a820
|
@ -1946,9 +1946,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "inferno"
|
||||
version = "0.10.12"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "de3886428c6400486522cf44b8626e7b94ad794c14390290f2a274dcf728a58f"
|
||||
checksum = "26143de514661e4241e71840e4f82029b5d8b55e57b25be63b5126869794df57"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"atty",
|
||||
|
|
|
@ -44,7 +44,7 @@ tracing-futures = "0.2.5"
|
|||
tracing = "0.1.31"
|
||||
|
||||
dirs = "4.0.0"
|
||||
inferno = { version = "0.10.12", default-features = false }
|
||||
inferno = { version = "0.11.0", default-features = false }
|
||||
atty = "0.2.14"
|
||||
|
||||
sentry-tracing = "0.23.0"
|
||||
|
|
Loading…
Reference in New Issue