diff --git a/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/integration/Cargo.lock b/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/integration/Cargo.lock index 3f82f829ce807..d3eff2215f629 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/integration/Cargo.lock +++ b/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/integration/Cargo.lock @@ -1,16 +1,16 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "integration" version = "0.1.0" dependencies = [ - "spin 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "spin", ] [[package]] name = "spin" -version = "0.4.10" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum spin 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ceac490aa12c567115b40b7b7fceca03a6c9d53d5defea066123debc83c5dc1f" +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" diff --git a/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/integration/Cargo.toml b/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/integration/Cargo.toml index c42c45997bc78..05dcb8dbd1eee 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/integration/Cargo.toml +++ b/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/integration/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" publish = false [dependencies] -spin = "0.4.0" +spin = "0.5.2"