diff --git a/apps/backend/Cargo.lock b/apps/backend/Cargo.lock index 39a5ab5..239bb06 100644 --- a/apps/backend/Cargo.lock +++ b/apps/backend/Cargo.lock @@ -1421,7 +1421,7 @@ dependencies = [ [[package]] name = "mtp" version = "0.3.0" -source = "git+https://git.methanium.net/methanium/mtp.git?rev=f6a8b464e0daae6c7753208f3d8601d21cd47ab2#f6a8b464e0daae6c7753208f3d8601d21cd47ab2" +source = "git+https://git.methanium.net/methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa" dependencies = [ "mtp-client", "mtp-codec", @@ -1436,7 +1436,7 @@ dependencies = [ [[package]] name = "mtp-client" version = "0.3.0" -source = "git+https://git.methanium.net/methanium/mtp.git?rev=f6a8b464e0daae6c7753208f3d8601d21cd47ab2#f6a8b464e0daae6c7753208f3d8601d21cd47ab2" +source = "git+https://git.methanium.net/methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa" dependencies = [ "mtp-codec", "mtp-common", @@ -1449,7 +1449,7 @@ dependencies = [ [[package]] name = "mtp-codec" version = "0.3.0" -source = "git+https://git.methanium.net/methanium/mtp.git?rev=f6a8b464e0daae6c7753208f3d8601d21cd47ab2#f6a8b464e0daae6c7753208f3d8601d21cd47ab2" +source = "git+https://git.methanium.net/methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa" dependencies = [ "base64 0.23.1", "byteorder", @@ -1463,7 +1463,7 @@ dependencies = [ [[package]] name = "mtp-common" version = "0.3.0" -source = "git+https://git.methanium.net/methanium/mtp.git?rev=f6a8b464e0daae6c7753208f3d8601d21cd47ab2#f6a8b464e0daae6c7753208f3d8601d21cd47ab2" +source = "git+https://git.methanium.net/methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa" dependencies = [ "quinn", "thiserror 2.0.20", @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "mtp-crypto" version = "0.3.0" -source = "git+https://git.methanium.net/methanium/mtp.git?rev=f6a8b464e0daae6c7753208f3d8601d21cd47ab2#f6a8b464e0daae6c7753208f3d8601d21cd47ab2" +source = "git+https://git.methanium.net/methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa" dependencies = [ "base64 0.22.1", "chacha20poly1305", @@ -1495,7 +1495,7 @@ dependencies = [ [[package]] name = "mtp-host" version = "0.3.0" -source = "git+https://git.methanium.net/methanium/mtp.git?rev=f6a8b464e0daae6c7753208f3d8601d21cd47ab2#f6a8b464e0daae6c7753208f3d8601d21cd47ab2" +source = "git+https://git.methanium.net/methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa" dependencies = [ "mtp-codec", "mtp-common", @@ -1511,7 +1511,7 @@ dependencies = [ [[package]] name = "mtp-transport" version = "0.3.0" -source = "git+https://git.methanium.net/methanium/mtp.git?rev=f6a8b464e0daae6c7753208f3d8601d21cd47ab2#f6a8b464e0daae6c7753208f3d8601d21cd47ab2" +source = "git+https://git.methanium.net/methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa" dependencies = [ "async-trait", "mtp-codec", @@ -1531,7 +1531,7 @@ dependencies = [ [[package]] name = "mtp-type-map" version = "0.3.0" -source = "git+https://git.methanium.net/methanium/mtp.git?rev=f6a8b464e0daae6c7753208f3d8601d21cd47ab2#f6a8b464e0daae6c7753208f3d8601d21cd47ab2" +source = "git+https://git.methanium.net/methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa" dependencies = [ "serde", "serde_yaml", @@ -1540,7 +1540,7 @@ dependencies = [ [[package]] name = "mtp-webserver" version = "0.3.0" -source = "git+https://git.methanium.net/methanium/mtp.git?rev=f6a8b464e0daae6c7753208f3d8601d21cd47ab2#f6a8b464e0daae6c7753208f3d8601d21cd47ab2" +source = "git+https://git.methanium.net/methanium/mtp.git?rev=8d94bc54987640996f676b6a496c4f57502e6aaa#8d94bc54987640996f676b6a496c4f57502e6aaa" dependencies = [ "async-trait", "bytes", diff --git a/apps/backend/Cargo.toml b/apps/backend/Cargo.toml index 0286932..9867174 100644 --- a/apps/backend/Cargo.toml +++ b/apps/backend/Cargo.toml @@ -8,7 +8,7 @@ axum = "0.8" base64 = "0.23" chrono = { version = "0.4", features = ["serde"] } http = "1" -mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "f6a8b464e0daae6c7753208f3d8601d21cd47ab2", features = ["crypto", "web-server"] } +mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "8d94bc54987640996f676b6a496c4f57502e6aaa", features = ["crypto", "web-server"] } reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] } serde = { version = "1", features = ["derive"] } serde_json = "1"