Skip to content

Commit c07b712

Browse files
committed
Upgrade mxlink (1.5.0 -> 1.6.0) and matrix-sdk (0.9.0 -> 0.10.0)
1 parent 6741483 commit c07b712

File tree

2 files changed

+44
-38
lines changed

2 files changed

+44
-38
lines changed

Cargo.lock

+42-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ base64 = "0.22.*"
2222
chrono = { version = "0.4.*", default-features = false, features = ["std", "now"] }
2323
# We'd rather not depend on this, but we cannot use the ruma-events EventContent macro without it.
2424
# We add the `native-tls` feature, because of https://github.com/etkecc/rust-mxlink/issues/1
25-
matrix-sdk = { version = "0.9.0", default-features = false, features = ["native-tls"] }
25+
matrix-sdk = { version = "0.10.0", default-features = false, features = ["native-tls"] }
2626
mxidwc = "1.0.*"
27-
mxlink = ">=1.5.0"
27+
mxlink = ">=1.6.0"
2828
etke_openai_api_rust = "0.1.*"
2929
quick_cache = "0.6.*"
3030
regex = "1.11.*"

0 commit comments

Comments
 (0)