mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
Upgrade async-rx
This commit is contained in:
committed by
Jonas Platte
parent
7d9d600eda
commit
0f6dd644b5
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -342,9 +342,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-rx"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0753cb2fd5fbf00b3d660a7cb131029299b1bb136343154163b120c5499466fd"
|
||||
checksum = "a30de4e5329a0947e389f738a6ca0d0b938fea5cb7baaeae7d72e243614468a2"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite",
|
||||
|
||||
@@ -19,7 +19,7 @@ rust-version = "1.70"
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.68"
|
||||
assert_matches = "1.5.0"
|
||||
async-rx = "0.1.1"
|
||||
async-rx = "0.1.3"
|
||||
async-stream = "0.3.3"
|
||||
async-trait = "0.1.60"
|
||||
base64 = "0.21.0"
|
||||
|
||||
Reference in New Issue
Block a user