Skip to content

Commit

Permalink
remove dependency on tokio 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Aug 29, 2023
1 parent 2467d35 commit 5d2a878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion braid-offline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stream-cancel = "0.8"
libflate = "1.2.0"
indicatif = "0.17.1"
tracing = "0.1.37"
tracing-futures = { version = "0.2.5", features = ["tokio", "futures-01", "std-future"] }
tracing-futures = { version = "0.2.5" }
ordered-float = "1"

env-tracing-logger = {path="../env-tracing-logger"}
Expand Down
2 changes: 1 addition & 1 deletion flydra2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ libflate = "0.1"
zip = { version = "0.6.3", default-features = false, features = ["time"] }
machine-vision-formats = "0.1"
tracing = "0.1.37"
tracing-futures = { version = "0.2.5", features = ["tokio", "futures-03"] }
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

braidz-types = { path = "../braidz-types" }
braidz-writer = { path = "../braid/braidz-writer" }
Expand Down

0 comments on commit 5d2a878

Please sign in to comment.