diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4f88e6e8e7..a0c5623f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,6 +2036,7 @@ dependencies = [ "serde", "talpid-platform-metadata", "tokio", + "vec1", "windows-sys 0.52.0", "winres", ] @@ -2457,6 +2458,7 @@ dependencies = [ "sha2", "tokio", "toml 0.8.19", + "vec1", ] [[package]] @@ -2906,6 +2908,7 @@ dependencies = [ "sha2", "thiserror 2.0.9", "tokio", + "vec1", ] [[package]] @@ -5612,6 +5615,12 @@ dependencies = [ ] [[package]] +name = "vec1" +version = "1.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eab68b56840f69efb0fefbe3ab6661499217ffdc58e2eef7c3f6f69835386322" + +[[package]] name = "version_check" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" |
