Compare commits

...
Author SHA1 Message Date
0ef6675387 chore(deps): update rust crate base64 to 0.23
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Dependency builds / Build web (pull_request) Failing after 37s
Dependency builds / Build desktop (pull_request) Failing after 37s
Dependency builds / Test native MTP (pull_request) Failing after 25s
Dependency builds / Build mobile (pull_request) Failing after 1m6s
2026-08-28 23:00:45 +03:00
8a04b327fc
chore(mtp): update type-maps
Some checks failed
Dependency builds / Build web (pull_request) Has been skipped
Dependency builds / Build desktop (pull_request) Has been skipped
Dependency builds / Test native MTP (pull_request) Has been skipped
Dependency builds / Build mobile (pull_request) Has been skipped
/ build-mobile (push) Failing after 1m44s
/ build-desktop (linux) (push) Failing after 10m56s
/ build-web (push) Failing after 10m56s
/ release (push) Has been cancelled
2026-08-28 20:02:35 +02:00
3 changed files with 3 additions and 3 deletions

View file

@ -5139,7 +5139,7 @@ dependencies = [
name = "tensamin" name = "tensamin"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.23.1",
"jni 0.22.4", "jni 0.22.4",
"mtp", "mtp",
"reqwest", "reqwest",

View file

@ -21,7 +21,7 @@ tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "4af26a3f7f8b
tauri-plugin-opener = "2" tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_json = "1" serde_json = "1"
base64 = "0.22" base64 = "0.23"
reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] } reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] }
tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] } tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] }
mtp = { git = "https://git.methanium.net/Methanium/mtp.git", rev = "a5c8d4f0c898c78351e9d54124886c86e789a22a", features = ["client", "crypto"] } mtp = { git = "https://git.methanium.net/Methanium/mtp.git", rev = "a5c8d4f0c898c78351e9d54124886c86e789a22a", features = ["client", "crypto"] }

@ -1 +1 @@
Subproject commit a70085b0c41844745449c9913a361f5bb9bee529 Subproject commit 6e5122fe44f793c0e0d3229b3d34145ce17c2d31