chore(cargo): Update eyeball-im-util to 0.7.0.

This commit is contained in:
Ivan Enderlin
2024-11-13 11:02:13 +01:00
parent af84c79e69
commit 8f8aad6f4d
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -1654,9 +1654,9 @@ dependencies = [
[[package]]
name = "eyeball-im-util"
version = "0.6.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32b6b037e2cdce928a432ecc2880c944e5436d8a38c827974b882ad373f60037"
checksum = "f63a70e454238b5f66a0a0544c3e6a38be765cb01f34da9b94a2f3ecd8777cf8"
dependencies = [
"arrayvec",
"eyeball-im",

View File

@@ -32,8 +32,8 @@ as_variant = "1.2.0"
base64 = "0.22.0"
byteorder = "1.4.3"
eyeball = { version = "0.8.8", features = ["tracing"] }
eyeball-im = { version = "0.5.0", features = ["tracing"] }
eyeball-im-util = "0.6.0"
eyeball-im = { version = "0.5.1", features = ["tracing"] }
eyeball-im-util = "0.7.0"
futures-core = "0.3.28"
futures-executor = "0.3.21"
futures-util = "0.3.26"