(feat): update mtp

This commit is contained in:
Alois 2026-07-28 21:05:31 +02:00
commit 20b235fc21

32
Cargo.lock generated
View file

@ -579,13 +579,13 @@ dependencies = [
[[package]]
name = "displaydoc"
version = "0.2.6"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.119",
"syn 3.0.3",
]
[[package]]
@ -1460,7 +1460,7 @@ dependencies = [
"bitflags",
"libc",
"plain",
"redox_syscall 0.9.0",
"redox_syscall 0.9.1",
]
[[package]]
@ -1614,7 +1614,7 @@ dependencies = [
[[package]]
name = "mtp"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"mtp-client",
"mtp-codec",
@ -1630,7 +1630,7 @@ dependencies = [
[[package]]
name = "mtp-client"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"mtp-codec",
"mtp-common",
@ -1643,7 +1643,7 @@ dependencies = [
[[package]]
name = "mtp-codec"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"base64",
"byteorder",
@ -1656,7 +1656,7 @@ dependencies = [
[[package]]
name = "mtp-common"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"quinn",
"rustls",
@ -1667,7 +1667,7 @@ dependencies = [
[[package]]
name = "mtp-crypto"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"base64",
"chacha20poly1305",
@ -1689,7 +1689,7 @@ dependencies = [
[[package]]
name = "mtp-files"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"mtp-crypto",
"rand 0.10.2",
@ -1700,7 +1700,7 @@ dependencies = [
[[package]]
name = "mtp-host"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"mtp-codec",
"mtp-common",
@ -1715,7 +1715,7 @@ dependencies = [
[[package]]
name = "mtp-transport"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"async-trait",
"mtp-codec",
@ -1733,7 +1733,7 @@ dependencies = [
[[package]]
name = "mtp-type-map"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"serde",
"serde_yaml",
@ -1742,7 +1742,7 @@ dependencies = [
[[package]]
name = "mtp-webserver"
version = "0.2.0"
source = "git+https://git.methanium.net/methanium/mtp#fa271e62bec7918a8c994eea59ecdd62be76ead4"
source = "git+https://git.methanium.net/methanium/mtp#590810ce59709efccd81ca04401c855be314b9c0"
dependencies = [
"async-trait",
"bytes",
@ -2224,9 +2224,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5102a6aaa05aa011a238e178e6bca86d2cb56fc9f586d37cb80f5bca6e07759"
checksum = "07507be7b4a5f9f26eeb41eeaebb1f5a7ff29dfb29739facc21d35bf8b11c21e"
dependencies = [
"bitflags",
]