From ddc8d7a35589d6764a6ea5c05f10cc7655686306 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sun, 8 Dec 2024 18:49:42 -0500 Subject: [PATCH] Update duplicate dependency files --- .../tests/duplicate_dependencies/aarch64-apple-darwin.txt | 4 ++++ .../tests/duplicate_dependencies/x86_64-apple-darwin.txt | 4 ++++ .../tests/duplicate_dependencies/x86_64-pc-windows-msvc.txt | 4 ++++ .../tests/duplicate_dependencies/x86_64-unknown-linux-gnu.txt | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/cargo-dylint/tests/duplicate_dependencies/aarch64-apple-darwin.txt b/cargo-dylint/tests/duplicate_dependencies/aarch64-apple-darwin.txt index e69de29bb..149c489ac 100644 --- a/cargo-dylint/tests/duplicate_dependencies/aarch64-apple-darwin.txt +++ b/cargo-dylint/tests/duplicate_dependencies/aarch64-apple-darwin.txt @@ -0,0 +1,4 @@ +thiserror v1.0.69 +thiserror v2.0.3 +thiserror-impl v1.0.69 +thiserror-impl v2.0.3 diff --git a/cargo-dylint/tests/duplicate_dependencies/x86_64-apple-darwin.txt b/cargo-dylint/tests/duplicate_dependencies/x86_64-apple-darwin.txt index e69de29bb..149c489ac 100644 --- a/cargo-dylint/tests/duplicate_dependencies/x86_64-apple-darwin.txt +++ b/cargo-dylint/tests/duplicate_dependencies/x86_64-apple-darwin.txt @@ -0,0 +1,4 @@ +thiserror v1.0.69 +thiserror v2.0.3 +thiserror-impl v1.0.69 +thiserror-impl v2.0.3 diff --git a/cargo-dylint/tests/duplicate_dependencies/x86_64-pc-windows-msvc.txt b/cargo-dylint/tests/duplicate_dependencies/x86_64-pc-windows-msvc.txt index abd32a1d8..e8ccfd72a 100644 --- a/cargo-dylint/tests/duplicate_dependencies/x86_64-pc-windows-msvc.txt +++ b/cargo-dylint/tests/duplicate_dependencies/x86_64-pc-windows-msvc.txt @@ -1,3 +1,7 @@ +thiserror v1.0.69 +thiserror v2.0.3 +thiserror-impl v1.0.69 +thiserror-impl v2.0.3 windows-sys v0.48.0 windows-sys v0.52.0 windows-sys v0.59.0 diff --git a/cargo-dylint/tests/duplicate_dependencies/x86_64-unknown-linux-gnu.txt b/cargo-dylint/tests/duplicate_dependencies/x86_64-unknown-linux-gnu.txt index e69de29bb..149c489ac 100644 --- a/cargo-dylint/tests/duplicate_dependencies/x86_64-unknown-linux-gnu.txt +++ b/cargo-dylint/tests/duplicate_dependencies/x86_64-unknown-linux-gnu.txt @@ -0,0 +1,4 @@ +thiserror v1.0.69 +thiserror v2.0.3 +thiserror-impl v1.0.69 +thiserror-impl v2.0.3