Update Rust crate matrix-sdk to 0.9.0
Some checks failed
renovate/artifacts Artifact file update failure
/ build-container (push) Failing after 1m2s

This commit is contained in:
Renovate Bot 2024-12-18 15:05:38 +00:00
parent b6f51299f7
commit 55862e9b86

View file

@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.89"
env_logger = "0.11.5"
log = "0.4.22"
matrix-sdk = { version = "0.7.1", features = ["anyhow"] }
matrix-sdk = { version = "0.9.0", features = ["anyhow"] }
meshtastic = "0.1.6"
serde = { version = "1.0.210", features = ["derive"]}
serde_json = "1.0.128"