Compare commits

..
Author SHA1 Message Date
d7d86e5834 chore(deps): update mtp digest to 3c09493
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
Dependency builds / Build web (pull_request) Failing after 10m49s
Dependency builds / Build desktop (pull_request) Failing after 11m18s
Dependency builds / Build mobile (pull_request) Failing after 11m45s
2026-08-12 23:00:31 +02:00
2 changed files with 64 additions and 64 deletions

View file

@ -2744,28 +2744,28 @@ dependencies = [
[[package]] [[package]]
name = "mtp" name = "mtp"
version = "0.3.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=e939714557ce82e2cdaf7fdb93b4f949551ab6d1#e939714557ce82e2cdaf7fdb93b4f949551ab6d1" source = "git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a#3c09493b0021341c698c00b29b82d0509dda6f2a"
dependencies = [ dependencies = [
"mtp-client", "mtp-client",
"mtp-codec 0.3.0", "mtp-codec 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-common 0.3.0", "mtp-common 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-crypto 0.3.0", "mtp-crypto 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-host", "mtp-host",
"mtp-transport 0.3.0", "mtp-transport 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-type-map 0.3.0", "mtp-type-map 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-webserver", "mtp-webserver",
] ]
[[package]] [[package]]
name = "mtp-client" name = "mtp-client"
version = "0.3.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=e939714557ce82e2cdaf7fdb93b4f949551ab6d1#e939714557ce82e2cdaf7fdb93b4f949551ab6d1" source = "git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a#3c09493b0021341c698c00b29b82d0509dda6f2a"
dependencies = [ dependencies = [
"mtp-codec 0.3.0", "mtp-codec 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-common 0.3.0", "mtp-common 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-crypto 0.3.0", "mtp-crypto 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-transport 0.3.0", "mtp-transport 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"rand 0.10.2", "rand 0.10.2",
"tokio", "tokio",
] ]
@ -2773,27 +2773,38 @@ dependencies = [
[[package]] [[package]]
name = "mtp-codec" name = "mtp-codec"
version = "0.2.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b#b067614a684eb1856bc5db7b3fd82148c036ce6b" source = "git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a#3c09493b0021341c698c00b29b82d0509dda6f2a"
dependencies = [ dependencies = [
"base64 0.23.1", "base64 0.23.1",
"byteorder", "byteorder",
"mtp-common 0.2.0", "mtp-common 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-type-map 0.2.0", "mtp-crypto 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-type-map 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"rand 0.10.2", "rand 0.10.2",
"thiserror 2.0.19",
] ]
[[package]] [[package]]
name = "mtp-codec" name = "mtp-codec"
version = "0.3.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=e939714557ce82e2cdaf7fdb93b4f949551ab6d1#e939714557ce82e2cdaf7fdb93b4f949551ab6d1" source = "git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b#b067614a684eb1856bc5db7b3fd82148c036ce6b"
dependencies = [ dependencies = [
"base64 0.23.1", "base64 0.23.1",
"byteorder", "byteorder",
"mtp-common 0.3.0", "mtp-common 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b)",
"mtp-crypto 0.3.0", "mtp-type-map 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b)",
"mtp-type-map 0.3.0",
"rand 0.10.2", "rand 0.10.2",
]
[[package]]
name = "mtp-common"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a#3c09493b0021341c698c00b29b82d0509dda6f2a"
dependencies = [
"quinn",
"rustls",
"thiserror 2.0.19", "thiserror 2.0.19",
"wtransport",
] ]
[[package]] [[package]]
@ -2808,14 +2819,25 @@ dependencies = [
] ]
[[package]] [[package]]
name = "mtp-common" name = "mtp-crypto"
version = "0.3.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=e939714557ce82e2cdaf7fdb93b4f949551ab6d1#e939714557ce82e2cdaf7fdb93b4f949551ab6d1" source = "git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a#3c09493b0021341c698c00b29b82d0509dda6f2a"
dependencies = [ dependencies = [
"quinn", "base64 0.22.1",
"chacha20poly1305",
"ed25519-dalek",
"getrandom 0.4.3",
"hkdf",
"ml-dsa",
"mlkem-tls",
"rand 0.10.2",
"rand_core 0.6.4",
"rustls", "rustls",
"thiserror 2.0.19", "serde",
"wtransport", "sha2 0.11.0",
"thiserror 1.0.69",
"tokio",
"zeroize",
] ]
[[package]] [[package]]
@ -2838,37 +2860,15 @@ dependencies = [
"zeroize", "zeroize",
] ]
[[package]]
name = "mtp-crypto"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=e939714557ce82e2cdaf7fdb93b4f949551ab6d1#e939714557ce82e2cdaf7fdb93b4f949551ab6d1"
dependencies = [
"base64 0.22.1",
"chacha20poly1305",
"ed25519-dalek",
"getrandom 0.4.3",
"hkdf",
"ml-dsa",
"mlkem-tls",
"rand 0.10.2",
"rand_core 0.6.4",
"rustls",
"serde",
"sha2 0.11.0",
"thiserror 1.0.69",
"tokio",
"zeroize",
]
[[package]] [[package]]
name = "mtp-host" name = "mtp-host"
version = "0.3.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=e939714557ce82e2cdaf7fdb93b4f949551ab6d1#e939714557ce82e2cdaf7fdb93b4f949551ab6d1" source = "git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a#3c09493b0021341c698c00b29b82d0509dda6f2a"
dependencies = [ dependencies = [
"mtp-codec 0.3.0", "mtp-codec 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-common 0.3.0", "mtp-common 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-crypto 0.3.0", "mtp-crypto 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-transport 0.3.0", "mtp-transport 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"rand 0.10.2", "rand 0.10.2",
"tokio", "tokio",
"tracing", "tracing",
@ -2878,30 +2878,12 @@ dependencies = [
[[package]] [[package]]
name = "mtp-transport" name = "mtp-transport"
version = "0.2.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b#b067614a684eb1856bc5db7b3fd82148c036ce6b" source = "git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a#3c09493b0021341c698c00b29b82d0509dda6f2a"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"mtp-codec 0.2.0", "mtp-codec 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-common 0.2.0", "mtp-common 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-crypto 0.2.0", "mtp-crypto 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"rcgen",
"rustls",
"rustls-native-certs",
"sha2 0.11.0",
"tokio",
"tracing",
"wtransport",
]
[[package]]
name = "mtp-transport"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=e939714557ce82e2cdaf7fdb93b4f949551ab6d1#e939714557ce82e2cdaf7fdb93b4f949551ab6d1"
dependencies = [
"async-trait",
"mtp-codec 0.3.0",
"mtp-common 0.3.0",
"mtp-crypto 0.3.0",
"rand 0.10.2", "rand 0.10.2",
"rcgen", "rcgen",
"rustls", "rustls",
@ -2913,10 +2895,28 @@ dependencies = [
"zeroize", "zeroize",
] ]
[[package]]
name = "mtp-transport"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b#b067614a684eb1856bc5db7b3fd82148c036ce6b"
dependencies = [
"async-trait",
"mtp-codec 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b)",
"mtp-common 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b)",
"mtp-crypto 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b)",
"rcgen",
"rustls",
"rustls-native-certs",
"sha2 0.11.0",
"tokio",
"tracing",
"wtransport",
]
[[package]] [[package]]
name = "mtp-type-map" name = "mtp-type-map"
version = "0.2.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b#b067614a684eb1856bc5db7b3fd82148c036ce6b" source = "git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a#3c09493b0021341c698c00b29b82d0509dda6f2a"
dependencies = [ dependencies = [
"serde", "serde",
"serde_yaml", "serde_yaml",
@ -2924,8 +2924,8 @@ dependencies = [
[[package]] [[package]]
name = "mtp-type-map" name = "mtp-type-map"
version = "0.3.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=e939714557ce82e2cdaf7fdb93b4f949551ab6d1#e939714557ce82e2cdaf7fdb93b4f949551ab6d1" source = "git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b#b067614a684eb1856bc5db7b3fd82148c036ce6b"
dependencies = [ dependencies = [
"serde", "serde",
"serde_yaml", "serde_yaml",
@ -2933,8 +2933,8 @@ dependencies = [
[[package]] [[package]]
name = "mtp-webserver" name = "mtp-webserver"
version = "0.3.0" version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=e939714557ce82e2cdaf7fdb93b4f949551ab6d1#e939714557ce82e2cdaf7fdb93b4f949551ab6d1" source = "git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a#3c09493b0021341c698c00b29b82d0509dda6f2a"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
@ -2945,11 +2945,11 @@ dependencies = [
"http-body-util", "http-body-util",
"hyper", "hyper",
"hyper-util", "hyper-util",
"mtp-codec 0.3.0", "mtp-codec 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-common 0.3.0", "mtp-common 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-crypto 0.3.0", "mtp-crypto 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"mtp-host", "mtp-host",
"mtp-transport 0.3.0", "mtp-transport 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=3c09493b0021341c698c00b29b82d0509dda6f2a)",
"quinn", "quinn",
"rand 0.10.2", "rand 0.10.2",
"rustls", "rustls",
@ -5226,7 +5226,7 @@ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"jni 0.22.4", "jni 0.22.4",
"mtp", "mtp",
"mtp-transport 0.2.0", "mtp-transport 0.2.0 (git+https://git.methanium.net/methanium/mtp.git?rev=b067614a684eb1856bc5db7b3fd82148c036ce6b)",
"reqwest", "reqwest",
"serde", "serde",
"serde_json", "serde_json",

View file

@ -24,7 +24,7 @@ serde_json = "1"
base64 = "0.22" base64 = "0.22"
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 = "e939714557ce82e2cdaf7fdb93b4f949551ab6d1", features = ["client", "crypto"] } mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "3c09493b0021341c698c00b29b82d0509dda6f2a", features = ["client", "crypto"] }
mtp-transport = { git = "https://git.methanium.net/methanium/mtp.git", rev = "b067614a684eb1856bc5db7b3fd82148c036ce6b" } mtp-transport = { git = "https://git.methanium.net/methanium/mtp.git", rev = "b067614a684eb1856bc5db7b3fd82148c036ce6b" }
webpki-root-certs = "1" webpki-root-certs = "1"
tauri-plugin-deep-link = "2" tauri-plugin-deep-link = "2"