Compare commits

..
Author SHA1 Message Date
abbb60ac30 chore(deps): update mtp digest to 3395b91
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
Dependency builds / Build web (pull_request) Successful in 6m52s
Dependency builds / Build mobile (pull_request) Failing after 9m16s
Dependency builds / Build desktop (pull_request) Successful in 10m22s
2026-08-18 22:00:23 +03:00
2 changed files with 11 additions and 10 deletions

View file

@ -2745,7 +2745,7 @@ dependencies = [
[[package]]
name = "mtp"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=113a54048f33bbb46133345e4f8de024436ff95f#113a54048f33bbb46133345e4f8de024436ff95f"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3395b91ad1cd1af1863f28df6d7cb9a7c9f51617#3395b91ad1cd1af1863f28df6d7cb9a7c9f51617"
dependencies = [
"mtp-client",
"mtp-codec 0.3.0",
@ -2760,7 +2760,7 @@ dependencies = [
[[package]]
name = "mtp-client"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=113a54048f33bbb46133345e4f8de024436ff95f#113a54048f33bbb46133345e4f8de024436ff95f"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3395b91ad1cd1af1863f28df6d7cb9a7c9f51617#3395b91ad1cd1af1863f28df6d7cb9a7c9f51617"
dependencies = [
"mtp-codec 0.3.0",
"mtp-common 0.3.0",
@ -2785,7 +2785,7 @@ dependencies = [
[[package]]
name = "mtp-codec"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=113a54048f33bbb46133345e4f8de024436ff95f#113a54048f33bbb46133345e4f8de024436ff95f"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3395b91ad1cd1af1863f28df6d7cb9a7c9f51617#3395b91ad1cd1af1863f28df6d7cb9a7c9f51617"
dependencies = [
"base64 0.23.1",
"byteorder",
@ -2810,7 +2810,7 @@ dependencies = [
[[package]]
name = "mtp-common"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=113a54048f33bbb46133345e4f8de024436ff95f#113a54048f33bbb46133345e4f8de024436ff95f"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3395b91ad1cd1af1863f28df6d7cb9a7c9f51617#3395b91ad1cd1af1863f28df6d7cb9a7c9f51617"
dependencies = [
"quinn",
"rustls",
@ -2841,7 +2841,7 @@ dependencies = [
[[package]]
name = "mtp-crypto"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=113a54048f33bbb46133345e4f8de024436ff95f#113a54048f33bbb46133345e4f8de024436ff95f"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3395b91ad1cd1af1863f28df6d7cb9a7c9f51617#3395b91ad1cd1af1863f28df6d7cb9a7c9f51617"
dependencies = [
"base64 0.22.1",
"chacha20poly1305",
@ -2863,13 +2863,14 @@ dependencies = [
[[package]]
name = "mtp-host"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=113a54048f33bbb46133345e4f8de024436ff95f#113a54048f33bbb46133345e4f8de024436ff95f"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3395b91ad1cd1af1863f28df6d7cb9a7c9f51617#3395b91ad1cd1af1863f28df6d7cb9a7c9f51617"
dependencies = [
"mtp-codec 0.3.0",
"mtp-common 0.3.0",
"mtp-crypto 0.3.0",
"mtp-transport 0.3.0",
"rand 0.10.2",
"thiserror 2.0.19",
"tokio",
"tracing",
"wtransport",
@ -2896,7 +2897,7 @@ dependencies = [
[[package]]
name = "mtp-transport"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=113a54048f33bbb46133345e4f8de024436ff95f#113a54048f33bbb46133345e4f8de024436ff95f"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3395b91ad1cd1af1863f28df6d7cb9a7c9f51617#3395b91ad1cd1af1863f28df6d7cb9a7c9f51617"
dependencies = [
"async-trait",
"mtp-codec 0.3.0",
@ -2925,7 +2926,7 @@ dependencies = [
[[package]]
name = "mtp-type-map"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=113a54048f33bbb46133345e4f8de024436ff95f#113a54048f33bbb46133345e4f8de024436ff95f"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3395b91ad1cd1af1863f28df6d7cb9a7c9f51617#3395b91ad1cd1af1863f28df6d7cb9a7c9f51617"
dependencies = [
"serde",
"serde_yaml",
@ -2934,7 +2935,7 @@ dependencies = [
[[package]]
name = "mtp-webserver"
version = "0.3.0"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=113a54048f33bbb46133345e4f8de024436ff95f#113a54048f33bbb46133345e4f8de024436ff95f"
source = "git+https://git.methanium.net/methanium/mtp.git?rev=3395b91ad1cd1af1863f28df6d7cb9a7c9f51617#3395b91ad1cd1af1863f28df6d7cb9a7c9f51617"
dependencies = [
"async-trait",
"bytes",

View file

@ -24,7 +24,7 @@ serde_json = "1"
base64 = "0.22"
reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] }
tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] }
mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "113a54048f33bbb46133345e4f8de024436ff95f", features = ["client", "crypto"] }
mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "3395b91ad1cd1af1863f28df6d7cb9a7c9f51617", features = ["client", "crypto"] }
mtp-transport = { git = "https://git.methanium.net/methanium/mtp.git", rev = "b067614a684eb1856bc5db7b3fd82148c036ce6b" }
webpki-root-certs = "1"
tauri-plugin-deep-link = "2"