diff --git a/Cargo.toml b/Cargo.toml index a2d38f8..77a6c88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ smallvec = "1.11.1" # Matrix eyeball = "0.8.7" # data structures observer returned by matrix-sdk-ui -eyeball-im = "0.4.1" # immutable data structures observer returned by matrix-sdk-ui +eyeball-im = "0.4.2" # immutable data structures observer returned by matrix-sdk-ui imbl = "2.0" # ditto matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "91e7f2f7224b8ada17ab639d60da10dad98aeaf9", features = ["eyre", "markdown"] } matrix-sdk-ui = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "91e7f2f7224b8ada17ab639d60da10dad98aeaf9" } @@ -71,7 +71,6 @@ unicode-width = "0.1" [patch.crates-io] #ratatui = { path = "../ratatui", features = ["serde", "macros"] } -eyeball-im = { git = "https://github.com/progval/eyeball.git", rev = "33bc7b532985a78cd8aa2e0865c9848211cfadec" } [dev-dependencies] pretty_assertions = "1.4.0"