Skip to content

Commit

Permalink
chore(deps): update tokio requirement to 1.28 (#7324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgao committed Aug 18, 2023
1 parent f2c0100 commit b9ae8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ rand = "0.8"
smallvec = { version = "1.6", features = ["union"] }
sqlparser = { workspace = true }
tempfile = "3"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] }
tokio = { version = "1.28", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] }
tokio-util = { version = "0.7.4", features = ["io"] }
url = "2.2"
uuid = { version = "1.0", features = ["v4"] }
Expand Down

0 comments on commit b9ae8de

Please sign in to comment.