chore(deps): update mtp digest to 8d94bc5
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
Dependency builds / Test native MTP (pull_request) Failing after 6m9s
Dependency builds / Build web (pull_request) Successful in 7m28s
Dependency builds / Build mobile (pull_request) Failing after 11m23s
Dependency builds / Build desktop (pull_request) Successful in 13m43s
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
Dependency builds / Test native MTP (pull_request) Failing after 6m9s
Dependency builds / Build web (pull_request) Successful in 7m28s
Dependency builds / Build mobile (pull_request) Failing after 11m23s
Dependency builds / Build desktop (pull_request) Successful in 13m43s
This commit is contained in:
parent
094cb910aa
commit
31343fb244
2 changed files with 10 additions and 11 deletions
19
apps/tauri/src-tauri/Cargo.lock
generated
19
apps/tauri/src-tauri/Cargo.lock
generated
|
|
@ -2745,7 +2745,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=a5c8d4f0c898c78351e9d54124886c86e789a22a#a5c8d4f0c898c78351e9d54124886c86e789a22a"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa"
|
||||
dependencies = [
|
||||
"mtp-client",
|
||||
"mtp-codec",
|
||||
|
|
@ -2760,7 +2760,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-client"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=a5c8d4f0c898c78351e9d54124886c86e789a22a#a5c8d4f0c898c78351e9d54124886c86e789a22a"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa"
|
||||
dependencies = [
|
||||
"mtp-codec",
|
||||
"mtp-common",
|
||||
|
|
@ -2773,7 +2773,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-codec"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=a5c8d4f0c898c78351e9d54124886c86e789a22a#a5c8d4f0c898c78351e9d54124886c86e789a22a"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa"
|
||||
dependencies = [
|
||||
"base64 0.23.1",
|
||||
"byteorder",
|
||||
|
|
@ -2787,10 +2787,9 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-common"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=a5c8d4f0c898c78351e9d54124886c86e789a22a#a5c8d4f0c898c78351e9d54124886c86e789a22a"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa"
|
||||
dependencies = [
|
||||
"quinn",
|
||||
"rustls",
|
||||
"thiserror 2.0.19",
|
||||
"wtransport",
|
||||
]
|
||||
|
|
@ -2798,7 +2797,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-crypto"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=a5c8d4f0c898c78351e9d54124886c86e789a22a#a5c8d4f0c898c78351e9d54124886c86e789a22a"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"chacha20poly1305",
|
||||
|
|
@ -2820,7 +2819,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-host"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=a5c8d4f0c898c78351e9d54124886c86e789a22a#a5c8d4f0c898c78351e9d54124886c86e789a22a"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa"
|
||||
dependencies = [
|
||||
"mtp-codec",
|
||||
"mtp-common",
|
||||
|
|
@ -2836,7 +2835,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-transport"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=a5c8d4f0c898c78351e9d54124886c86e789a22a#a5c8d4f0c898c78351e9d54124886c86e789a22a"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"mtp-codec",
|
||||
|
|
@ -2856,7 +2855,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-type-map"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=a5c8d4f0c898c78351e9d54124886c86e789a22a#a5c8d4f0c898c78351e9d54124886c86e789a22a"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_yaml",
|
||||
|
|
@ -2865,7 +2864,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-webserver"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=a5c8d4f0c898c78351e9d54124886c86e789a22a#a5c8d4f0c898c78351e9d54124886c86e789a22a"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes",
|
||||
|
|
|
|||
Loading…
Reference in a new issue