From 67ac682b2cfb32f19024f2ec7fae62f55e480019 Mon Sep 17 00:00:00 2001 From: NickKhalow Date: Wed, 26 Nov 2025 19:08:40 +0200 Subject: [PATCH] remove refs --- core/Cargo.lock | 2 +- core/src/auto_auth.rs | 4 ++-- src-auto-auth/Cargo.lock | 4 ++-- src-auto-auth/src/main.rs | 4 ++-- src-tauri/Cargo.lock | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index 937b64d1..cf58b0ed 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "dcl-launcher-core" -version = "1.12.6" +version = "1.12.8" dependencies = [ "anyhow", "core-foundation 0.10.1", diff --git a/core/src/auto_auth.rs b/core/src/auto_auth.rs index 217a249c..e103860b 100644 --- a/core/src/auto_auth.rs +++ b/core/src/auto_auth.rs @@ -183,11 +183,11 @@ mod tests { #[rstest] #[case( - "https://download-gateway.decentraland.zone/391a85da-a3bb-49e2-a45e-96c740c38424/decentraland.dmg", + "https://example.com/391a85da-a3bb-49e2-a45e-96c740c38424/decentraland.dmg", "391a85da-a3bb-49e2-a45e-96c740c38424" )] #[case( - "https://explorer-artifacts.decentraland.zone/dry-run-launcher-rust/pr-196/run-855-19672401394/Decentraland_installer.exe?token=b5876cf1-9b6b-451e-b467-9700f754a8f7", + "https://example.com/run-855-19672401394/Decentraland_installer.exe?token=b5876cf1-9b6b-451e-b467-9700f754a8f7", "b5876cf1-9b6b-451e-b467-9700f754a8f7" )] fn test_token_from_url(#[case] url: &str, #[case] expected_token: &str) -> Result<()> { diff --git a/src-auto-auth/Cargo.lock b/src-auto-auth/Cargo.lock index ea0f8437..4f713853 100644 --- a/src-auto-auth/Cargo.lock +++ b/src-auto-auth/Cargo.lock @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "dcl-launcher-core" -version = "1.12.6" +version = "1.12.8" dependencies = [ "anyhow", "core-foundation 0.10.1", @@ -2116,7 +2116,7 @@ dependencies = [ [[package]] name = "src-auto-auth" -version = "1.12.6" +version = "1.12.8" dependencies = [ "dcl-launcher-core", "rstest", diff --git a/src-auto-auth/src/main.rs b/src-auto-auth/src/main.rs index 87769a10..1ff5310f 100644 --- a/src-auto-auth/src/main.rs +++ b/src-auto-auth/src/main.rs @@ -224,11 +224,11 @@ mod tests { #[rstest] #[case( - "https://download-gateway.decentraland.zone/391a85da-a3bb-49e2-a45e-96c740c38424/decentraland.dmg", + "https://example.com/391a85da-a3bb-49e2-a45e-96c740c38424/decentraland.dmg", "391a85da-a3bb-49e2-a45e-96c740c38424" )] #[case( - "https://explorer-artifacts.decentraland.zone/dry-run-launcher-rust/pr-196/run-855-19672401394/Decentraland_installer.exe?token=b5876cf1-9b6b-451e-b467-9700f754a8f7", + "https://example.com/subpath/run-855-19672401394/Decentraland_installer.exe?token=b5876cf1-9b6b-451e-b467-9700f754a8f7", "b5876cf1-9b6b-451e-b467-9700f754a8f7" )] fn test_token_from_url( diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index eb2baaad..0a050ea0 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "Decentraland-Launcher" -version = "1.12.6" +version = "1.12.8" dependencies = [ "anyhow", "dcl-launcher-core", @@ -663,7 +663,7 @@ dependencies = [ [[package]] name = "dcl-launcher-core" -version = "1.12.6" +version = "1.12.8" dependencies = [ "anyhow", "core-foundation 0.10.1",