Bump inferno from 0.10.7 to 0.10.8
Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.7 to 0.10.8. - [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.7...v0.10.8) --- updated-dependencies: - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2a986aa965
commit
756f6f8fef
|
@ -1733,9 +1733,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "inferno"
|
||||
version = "0.10.7"
|
||||
version = "0.10.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bfa5bd9a10b38bf5f3c670f9d75c194adbecd2b1573f737668ab8599f41edc87"
|
||||
checksum = "d5e0d042b82d2153d831ad6f4b865ddb06d9941a086eb9974f8f58cf0368b6e3"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"atty",
|
||||
|
|
|
@ -40,7 +40,7 @@ metrics = "0.17.0"
|
|||
metrics-exporter-prometheus = "0.6.1"
|
||||
|
||||
dirs = "4.0.0"
|
||||
inferno = { version = "0.10.7", default-features = false }
|
||||
inferno = { version = "0.10.8", 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