Bump inferno from 0.10.8 to 0.10.9 (#3268)

This commit is contained in:
dependabot[bot] 2022-01-03 13:42:35 +01:00 committed by GitHub
parent 46a505b68e
commit 454897bc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1641,9 +1641,9 @@ dependencies = [
[[package]]
name = "inferno"
version = "0.10.8"
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5e0d042b82d2153d831ad6f4b865ddb06d9941a086eb9974f8f58cf0368b6e3"
checksum = "0fe3ba15e9cce341de198353aebd07d8009d211fb5556920bd4bdd3bb79fafd7"
dependencies = [
"ahash",
"atty",

View File

@ -41,7 +41,7 @@ metrics = "0.17.1"
metrics-exporter-prometheus = "0.7.0"
dirs = "4.0.0"
inferno = { version = "0.10.8", default-features = false }
inferno = { version = "0.10.9", default-features = false }
atty = "0.2.14"
sentry = { version = "0.23.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }