chore(deps): update mtp digest to e83cd13
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
Dependency builds / Build & Lint (pull_request) Failing after 3s

This commit is contained in:
Rasensprenger 2026-08-27 17:01:52 +03:00
commit 2bdb05fcac
2 changed files with 77 additions and 158 deletions

View file

@ -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 = "a692bed326dbfc8eac1a05825f4a287cbab6fd3e", features = ["crypto", "web-server"] }
mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "e83cd132a22b8a230dd35b21cb17d10af27f3c7c", features = ["crypto", "web-server"] }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"