Upgrade dependencies
parent
59b1fa00df
commit
78838e67c1
File diff suppressed because it is too large
Load Diff
|
@ -28,7 +28,7 @@ base64 = "0.21.0"
|
|||
byteorder = "1.4.3"
|
||||
ctor = "0.2.0"
|
||||
dashmap = "5.2.0"
|
||||
eyeball = "0.6.0"
|
||||
eyeball = "0.7.0"
|
||||
eyeball-im = "0.2.0"
|
||||
futures-executor = "0.3.21"
|
||||
futures-util = { version = "0.3.26", default-features = false, features = ["alloc"] }
|
||||
|
|
|
@ -71,7 +71,7 @@ assert_matches = { workspace = true }
|
|||
ctor = { workspace = true }
|
||||
futures-executor = { workspace = true }
|
||||
http = { workspace = true }
|
||||
indoc = "1.0.4"
|
||||
indoc = "2.0.1"
|
||||
matrix-sdk-test = { version = "0.6.0", path = "../../testing/matrix-sdk-test" }
|
||||
proptest = { version = "1.0.0", default-features = false, features = ["std"] }
|
||||
# required for async_test macro
|
||||
|
|
|
@ -124,7 +124,7 @@ tokio = { workspace = true, features = ["fs", "rt", "macros"] }
|
|||
[dev-dependencies]
|
||||
anyhow = { workspace = true }
|
||||
assert_matches = { workspace = true }
|
||||
dirs = "4.0.0"
|
||||
dirs = "5.0.1"
|
||||
futures-executor = { workspace = true }
|
||||
matrix-sdk-test = { version = "0.6.0", path = "../../testing/matrix-sdk-test" }
|
||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||
|
|
|
@ -10,7 +10,7 @@ test = false
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
dirs = "4.0.0"
|
||||
dirs = "5.0.1"
|
||||
rand = "0.8.5"
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
|
Loading…
Reference in New Issue