Skip to content

Commit cf21b47

Browse files
Update Cargo.toml
1 parent e8ae475 commit cf21b47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
horizon_event_system = "0.1.0"
10+
horizon_event_system = "0.2.0"
1111
serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"
1313
tokio = { version = "1.0", features = ["full"] }
@@ -17,3 +17,4 @@ lru = "0.14.0"
1717
indexmap = "2.0"
1818
thiserror = "2.0.12"
1919
tracing = { version = "0.1", features = ["log"] }
20+
futures = "0.3"

0 commit comments

Comments
 (0)