File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -5394,9 +5394,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
53945394
53955395[[package ]]
53965396name = " tracing"
5397- version = " 0.1.29 "
5397+ version = " 0.1.31 "
53985398source = " registry+https://github.com/rust-lang/crates.io-index"
5399- checksum = " 375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105 "
5399+ checksum = " f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f "
54005400dependencies = [
54015401 " cfg-if 1.0.0" ,
54025402 " pin-project-lite" ,
@@ -5406,9 +5406,9 @@ dependencies = [
54065406
54075407[[package ]]
54085408name = " tracing-attributes"
5409- version = " 0.1.18 "
5409+ version = " 0.1.22 "
54105410source = " registry+https://github.com/rust-lang/crates.io-index"
5411- checksum = " f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e "
5411+ checksum = " 11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2 "
54125412dependencies = [
54135413 " proc-macro2" ,
54145414 " quote" ,
@@ -5417,11 +5417,12 @@ dependencies = [
54175417
54185418[[package ]]
54195419name = " tracing-core"
5420- version = " 0.1.21 "
5420+ version = " 0.1.28 "
54215421source = " registry+https://github.com/rust-lang/crates.io-index"
5422- checksum = " 1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4 "
5422+ checksum = " 7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7 "
54235423dependencies = [
5424- " lazy_static" ,
5424+ " once_cell" ,
5425+ " valuable" ,
54255426]
54265427
54275428[[package ]]
@@ -5757,6 +5758,12 @@ version = "0.1.1"
57575758source = " registry+https://github.com/rust-lang/crates.io-index"
57585759checksum = " 8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
57595760
5761+ [[package ]]
5762+ name = " valuable"
5763+ version = " 0.1.0"
5764+ source = " registry+https://github.com/rust-lang/crates.io-index"
5765+ checksum = " 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5766+
57605767[[package ]]
57615768name = " vcpkg"
57625769version = " 0.2.10"
Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
247247 "unicode-width" ,
248248 "unicode-xid" ,
249249 "vcpkg" ,
250+ "valuable" ,
250251 "version_check" ,
251252 "wasi" ,
252253 "winapi" ,
You can’t perform that action at this time.
0 commit comments