Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75428047b5 |
2 changed files with 11 additions and 10 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=c30315af944bda05ecdb9c4e9cc350cb99cf7b2e#c30315af944bda05ecdb9c4e9cc350cb99cf7b2e"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=e83cd132a22b8a230dd35b21cb17d10af27f3c7c#e83cd132a22b8a230dd35b21cb17d10af27f3c7c"
|
||||
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=c30315af944bda05ecdb9c4e9cc350cb99cf7b2e#c30315af944bda05ecdb9c4e9cc350cb99cf7b2e"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=e83cd132a22b8a230dd35b21cb17d10af27f3c7c#e83cd132a22b8a230dd35b21cb17d10af27f3c7c"
|
||||
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=c30315af944bda05ecdb9c4e9cc350cb99cf7b2e#c30315af944bda05ecdb9c4e9cc350cb99cf7b2e"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=e83cd132a22b8a230dd35b21cb17d10af27f3c7c#e83cd132a22b8a230dd35b21cb17d10af27f3c7c"
|
||||
dependencies = [
|
||||
"base64 0.23.1",
|
||||
"byteorder",
|
||||
|
|
@ -2787,9 +2787,10 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-common"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=c30315af944bda05ecdb9c4e9cc350cb99cf7b2e#c30315af944bda05ecdb9c4e9cc350cb99cf7b2e"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=e83cd132a22b8a230dd35b21cb17d10af27f3c7c#e83cd132a22b8a230dd35b21cb17d10af27f3c7c"
|
||||
dependencies = [
|
||||
"quinn",
|
||||
"rustls",
|
||||
"thiserror 2.0.19",
|
||||
"wtransport",
|
||||
]
|
||||
|
|
@ -2797,7 +2798,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-crypto"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=c30315af944bda05ecdb9c4e9cc350cb99cf7b2e#c30315af944bda05ecdb9c4e9cc350cb99cf7b2e"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=e83cd132a22b8a230dd35b21cb17d10af27f3c7c#e83cd132a22b8a230dd35b21cb17d10af27f3c7c"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"chacha20poly1305",
|
||||
|
|
@ -2819,7 +2820,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-host"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=c30315af944bda05ecdb9c4e9cc350cb99cf7b2e#c30315af944bda05ecdb9c4e9cc350cb99cf7b2e"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=e83cd132a22b8a230dd35b21cb17d10af27f3c7c#e83cd132a22b8a230dd35b21cb17d10af27f3c7c"
|
||||
dependencies = [
|
||||
"mtp-codec",
|
||||
"mtp-common",
|
||||
|
|
@ -2835,7 +2836,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-transport"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=c30315af944bda05ecdb9c4e9cc350cb99cf7b2e#c30315af944bda05ecdb9c4e9cc350cb99cf7b2e"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=e83cd132a22b8a230dd35b21cb17d10af27f3c7c#e83cd132a22b8a230dd35b21cb17d10af27f3c7c"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"mtp-codec",
|
||||
|
|
@ -2855,7 +2856,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-type-map"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=c30315af944bda05ecdb9c4e9cc350cb99cf7b2e#c30315af944bda05ecdb9c4e9cc350cb99cf7b2e"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=e83cd132a22b8a230dd35b21cb17d10af27f3c7c#e83cd132a22b8a230dd35b21cb17d10af27f3c7c"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_yaml",
|
||||
|
|
@ -2864,7 +2865,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mtp-webserver"
|
||||
version = "0.3.0"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=c30315af944bda05ecdb9c4e9cc350cb99cf7b2e#c30315af944bda05ecdb9c4e9cc350cb99cf7b2e"
|
||||
source = "git+https://git.methanium.net/Methanium/mtp.git?rev=e83cd132a22b8a230dd35b21cb17d10af27f3c7c#e83cd132a22b8a230dd35b21cb17d10af27f3c7c"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes",
|
||||
|
|
|
|||
|
|
@ -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 = "c30315af944bda05ecdb9c4e9cc350cb99cf7b2e", features = ["client", "crypto"] }
|
||||
mtp = { git = "https://git.methanium.net/Methanium/mtp.git", rev = "e83cd132a22b8a230dd35b21cb17d10af27f3c7c", features = ["client", "crypto"] }
|
||||
webpki-root-certs = "1"
|
||||
tauri-plugin-deep-link = "2"
|
||||
tauri-plugin-notification = "2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue