Skip to content

Commit b252748

Browse files
authored
Update imbl dependency to fix their bug in Focus::narrow() (#71)
1 parent fa6cf1f commit b252748

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ keywords = ["async", "observable", "reactive"]
1212
assert_matches = "1.5.0"
1313
futures-core = "0.3.26"
1414
futures-util = { version = "0.3.26", default-features = false }
15+
imbl = "4.0.1"
1516
readlock = "0.1.5"
1617
stream_assert = "0.1.0"
1718
tokio = { version = "1.25.0", features = ["sync"] }

eyeball-im-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ all-features = true
1616
arrayvec = "0.7.4"
1717
eyeball-im = { version = "0.5.1", path = "../eyeball-im" }
1818
futures-core.workspace = true
19-
imbl = "3.0.0"
19+
imbl.workspace = true
2020
pin-project-lite = "0.2.9"
2121
smallvec = { version = "1.11.2", features = ["const_generics", "const_new"] }
2222

eyeball-im/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ all-features = true
1414

1515
[dependencies]
1616
futures-core.workspace = true
17-
imbl = "3.0.0"
17+
imbl.workspace = true
1818
serde = { version = "1.0", optional = true }
1919
tokio.workspace = true
2020
tracing = { workspace = true, optional = true }

0 commit comments

Comments
 (0)