Skip to content

Commit 6e75280

Browse files
committed
chore(cargo): Update eyeball and imbl.
This patch updates `eyeball`, `eyeball-im` and `eyeball-im-util` from `main` branch to latest releases. This patch also updates `imbl` to 5.0.
1 parent 9f71792 commit 6e75280

File tree

3 files changed

+38
-24
lines changed

3 files changed

+38
-24
lines changed

.deny.toml

-2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,4 @@ allow-git = [
6565
# We can release vodozemac whenever we need but let's not block development
6666
# on releases.
6767
"https://github.com/matrix-org/vodozemac",
68-
# Waiting for features to be released.
69-
"https://github.com/jplatte/eyeball",
7068
]

Cargo.lock

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

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ as_variant = "1.3.0"
3333
base64 = "0.22.1"
3434
byteorder = "1.5.0"
3535
chrono = "0.4.39"
36-
eyeball = { git = "https://github.com/jplatte/eyeball", branch = "main", features = ["tracing"] }
37-
eyeball-im = { git = "https://github.com/jplatte/eyeball", branch = "main", features = ["tracing"] }
38-
eyeball-im-util = { git = "https://github.com/jplatte/eyeball", branch = "main" }
36+
eyeball = { version = "0.8.8", features = ["tracing"] }
37+
eyeball-im = { version = "0.7.0", features = ["tracing"] }
38+
eyeball-im-util = "0.9.0"
3939
futures-core = "0.3.31"
4040
futures-executor = "0.3.31"
4141
futures-util = "0.3.31"
@@ -45,7 +45,7 @@ growable-bloom-filter = "2.1.1"
4545
hkdf = "0.12.4"
4646
hmac = "0.12.1"
4747
http = "1.2.0"
48-
imbl = "4.0.1"
48+
imbl = "5.0.0"
4949
indexmap = "2.7.1"
5050
insta = { version = "1.42.1", features = ["json", "redactions"] }
5151
itertools = "0.14.0"

0 commit comments

Comments
 (0)