diff --git a/Cargo.toml b/Cargo.toml index 56cab06..464cd9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] } sqlparser = { version = "=0.60.0" } chrono = { version = "=0.4.43", features = ["alloc"] } log = { version = "0.4.29" } -futures = { version = "=0.3.31", features = ["async-await"] } +futures = { version = "=0.3.32", features = ["async-await"] } clap = { version = "4.5.58", features = ["derive", "wrap_help"] } indoc = { version = "2.0.7" } stderrlog = { version = "=0.6.0" }