From 1e6265c8b4202bbd199b9d514132c3dc4e30efad Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Mon, 10 Aug 2026 15:00:33 +0200 Subject: [PATCH 1/3] chore(deps): update mtp digest to b067614 --- apps/tauri/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tauri/src-tauri/Cargo.toml b/apps/tauri/src-tauri/Cargo.toml index 3c70f02..e9fbf5e 100644 --- a/apps/tauri/src-tauri/Cargo.toml +++ b/apps/tauri/src-tauri/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1" base64 = "0.22" reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls"] } tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] } -mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "7182272e3edb0079d7b74b45b2f62a298d2fee22", features = ["client", "crypto"] } +mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "b067614a684eb1856bc5db7b3fd82148c036ce6b", features = ["client", "crypto"] } mtp-transport = { git = "https://git.methanium.net/methanium/mtp.git", rev = "b067614a684eb1856bc5db7b3fd82148c036ce6b" } webpki-root-certs = "1" tauri-plugin-deep-link = "2" From 4016181db98900db9610397115b6522715b96456 Mon Sep 17 00:00:00 2001 From: Alois Date: Mon, 10 Aug 2026 15:27:47 +0200 Subject: [PATCH 2/3] feat(mtp): update type maps fix(renovate): workflow not pulling submodules --- .forgejo/workflows/dependency-builds.yml | 3 +++ mtp-type-maps | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/dependency-builds.yml b/.forgejo/workflows/dependency-builds.yml index 95dacb7..709c75b 100644 --- a/.forgejo/workflows/dependency-builds.yml +++ b/.forgejo/workflows/dependency-builds.yml @@ -18,6 +18,7 @@ jobs: - uses: https://data.forgejo.org/actions/checkout@v4 with: persist-credentials: false + - run: git submodule update --init --recursive - run: nix develop .#electron --command pnpm install --frozen-lockfile - run: nix develop .#electron --command pnpm run build:packages - run: nix develop .#electron --command pnpm run build:web @@ -31,6 +32,7 @@ jobs: - uses: https://data.forgejo.org/actions/checkout@v4 with: persist-credentials: false + - run: git submodule update --init --recursive - run: nix develop .#electron --command pnpm install --frozen-lockfile - run: nix develop .#electron --command pnpm run build:packages - run: nix develop .#electron --command pnpm run build:desktop @@ -44,6 +46,7 @@ jobs: - uses: https://data.forgejo.org/actions/checkout@v4 with: persist-credentials: false + - run: git submodule update --init --recursive - run: nix develop .#tauri --command pnpm install --frozen-lockfile - run: nix develop .#tauri --command pnpm run build:packages - run: nix develop .#tauri --command pnpm --dir apps/tauri run build:mobile:ci diff --git a/mtp-type-maps b/mtp-type-maps index 486541b..a297dcc 160000 --- a/mtp-type-maps +++ b/mtp-type-maps @@ -1 +1 @@ -Subproject commit 486541b9483356ff49ff3ec7016f87d3ecbeaa0e +Subproject commit a297dcce60bc6e84696c6a16f5fd510beb2ca643 From 8f55f374db09588411567d60224185af5b9e46fb Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Mon, 10 Aug 2026 16:00:30 +0200 Subject: [PATCH 3/3] chore(deps): update mtp digest to b067614 --- apps/tauri/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tauri/src-tauri/Cargo.toml b/apps/tauri/src-tauri/Cargo.toml index 3c70f02..e9fbf5e 100644 --- a/apps/tauri/src-tauri/Cargo.toml +++ b/apps/tauri/src-tauri/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1" base64 = "0.22" reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls"] } tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] } -mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "7182272e3edb0079d7b74b45b2f62a298d2fee22", features = ["client", "crypto"] } +mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "b067614a684eb1856bc5db7b3fd82148c036ce6b", features = ["client", "crypto"] } mtp-transport = { git = "https://git.methanium.net/methanium/mtp.git", rev = "b067614a684eb1856bc5db7b3fd82148c036ce6b" } webpki-root-certs = "1" tauri-plugin-deep-link = "2"