Skip to content

Commit

Permalink
chore: Remove tokio 0.1 support for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Apr 18, 2024
1 parent 59f26ed commit b3dc615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ serde = { version = "1.0", features = ["rc"] }
serde_derive = "1.0"
moka = "0.8.2"
tracing = "0.1.25"
tracing-futures = { version = "0.2.5", features = ["tokio", "tokio-executor"] }
tracing-futures = { version = "0.2.5" }

[dev-dependencies]
criterion = "0.3"
Expand Down

0 comments on commit b3dc615

Please sign in to comment.