chore(ci): refresh #112 consumer locks
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"schema": 1,
|
"schema": 1,
|
||||||
"recorded_unix_seconds": 1786607869,
|
"recorded_unix_seconds": 1786610180,
|
||||||
"upstream_commit": "2aa70bb68513b39795da5d13c88f31b86e85a3ba",
|
"upstream_commit": "2aa70bb68513b39795da5d13c88f31b86e85a3ba",
|
||||||
"material_count": 27,
|
"material_count": 27,
|
||||||
"generated_output_count": 8,
|
"generated_output_count": 8,
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"dependency_manifest_sha256": "5f80b45ab18a45365673b55b52d68318bc31f602ce2f6559f573027cc446c58e",
|
"dependency_manifest_sha256": "5f80b45ab18a45365673b55b52d68318bc31f602ce2f6559f573027cc446c58e",
|
||||||
"third_party_notices_sha256": "c4d381944a9b57277963d2a5ee4e23a9a064c2ba93a676a49e023931b53a71d6",
|
"third_party_notices_sha256": "c4d381944a9b57277963d2a5ee4e23a9a064c2ba93a676a49e023931b53a71d6",
|
||||||
"native_notices_sha256": "b417ee7bf6b748cc86839e5354753c0f8c1f8309d13c0fea379c77f602e69fc0",
|
"native_notices_sha256": "b417ee7bf6b748cc86839e5354753c0f8c1f8309d13c0fea379c77f602e69fc0",
|
||||||
"distribution_manifest_sha256": "7ac35aeaac742eef24735cede976d5e1d53f4e539a810c6709faac52fe7bfa78",
|
"distribution_manifest_sha256": "9dc77128962f410e5ff7ecee947d2726e537cc42d9ef57a18d639c9bdcd2406e",
|
||||||
"unknown_materials": 0,
|
"unknown_materials": 0,
|
||||||
"unknown_bundled_assets": 0,
|
"unknown_bundled_assets": 0,
|
||||||
"status": "ok"
|
"status": "ok"
|
||||||
|
|||||||
@@ -2087,8 +2087,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "tests/api-compile/Cargo.lock",
|
"path": "tests/api-compile/Cargo.lock",
|
||||||
"bytes": 80507,
|
"bytes": 80770,
|
||||||
"sha256": "5646ec835046d68147522ef67e6e5e3c783e58a8da33c3779f51e933d237721d"
|
"sha256": "f828bbe9084027588a3519c844de5a3580c0abf81f328785843fd6debe9a3a6b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "tests/api-compile/Cargo.toml",
|
"path": "tests/api-compile/Cargo.toml",
|
||||||
@@ -2472,8 +2472,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "tests/semver-port/Cargo.lock",
|
"path": "tests/semver-port/Cargo.lock",
|
||||||
"bytes": 77974,
|
"bytes": 78237,
|
||||||
"sha256": "8900f20f66a4b008d4aa8ee408df7fed554624d8ec4b474fab36a713f115128f"
|
"sha256": "7d4b52c5916e99f2d7837f067e376c973594c10ea9986807aea51cca4d9ae0df"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "tests/semver-port/Cargo.toml",
|
"path": "tests/semver-port/Cargo.toml",
|
||||||
|
|||||||
10
tests/api-compile/Cargo.lock
generated
10
tests/api-compile/Cargo.lock
generated
@@ -2863,9 +2863,19 @@ checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom 0.4.3",
|
"getrandom 0.4.3",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
|
"uuid-rng-internal",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "uuid-rng-internal"
|
||||||
|
version = "1.24.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "9dff7387287837acf196f2596a6216f94c555d947d5331e1cc48393131020119"
|
||||||
|
dependencies = [
|
||||||
|
"getrandom 0.4.3",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "vcpkg"
|
name = "vcpkg"
|
||||||
version = "0.2.15"
|
version = "0.2.15"
|
||||||
|
|||||||
10
tests/semver-port/Cargo.lock
generated
10
tests/semver-port/Cargo.lock
generated
@@ -2750,9 +2750,19 @@ checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom 0.4.3",
|
"getrandom 0.4.3",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
|
"uuid-rng-internal",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "uuid-rng-internal"
|
||||||
|
version = "1.24.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "9dff7387287837acf196f2596a6216f94c555d947d5331e1cc48393131020119"
|
||||||
|
dependencies = [
|
||||||
|
"getrandom 0.4.3",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "vcpkg"
|
name = "vcpkg"
|
||||||
version = "0.2.15"
|
version = "0.2.15"
|
||||||
|
|||||||
Reference in New Issue
Block a user