Bump inferno from 0.10.9 to 0.10.10 (#3331)
Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.9 to 0.10.10. - [Release notes](https://github.com/jonhoo/inferno/releases) - [Changelog](https://github.com/jonhoo/inferno/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonhoo/inferno/commits) --- 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> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
51c6550602
commit
b3a487ccff
|
|
@ -1610,13 +1610,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "inferno"
|
||||
version = "0.10.9"
|
||||
version = "0.10.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0fe3ba15e9cce341de198353aebd07d8009d211fb5556920bd4bdd3bb79fafd7"
|
||||
checksum = "5b4445abb2e1f32b02fb78f957f17efa7a43c8258cd3e848157949c59157657d"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"atty",
|
||||
"itoa 0.4.6",
|
||||
"itoa 1.0.1",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"num-format",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ metrics = "0.17.1"
|
|||
metrics-exporter-prometheus = "0.7.0"
|
||||
|
||||
dirs = "4.0.0"
|
||||
inferno = { version = "0.10.9", default-features = false }
|
||||
inferno = { version = "0.10.10", default-features = false }
|
||||
atty = "0.2.14"
|
||||
|
||||
sentry = { version = "0.23.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue