From 50e9e4927ed4d763c76227c588aa324aa173032e Mon Sep 17 00:00:00 2001 From: Alexander Shtuchkin Date: Thu, 26 Sep 2024 04:42:37 -0400 Subject: [PATCH] Update Cargo.toml (#6459) --- object_store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index a878c0c605cf..3a903220c50f 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -53,7 +53,7 @@ rand = { version = "0.8", default-features = false, features = ["std", "std_rng" reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2"], optional = true } ring = { version = "0.17", default-features = false, features = ["std"], optional = true } rustls-pemfile = { version = "2.0", default-features = false, features = ["std"], optional = true } -tokio = { version = "1.25.0", features = ["sync", "macros", "rt", "time", "io-util"] } +tokio = { version = "1.29.0", features = ["sync", "macros", "rt", "time", "io-util"] } md-5 = { version = "0.10.6", default-features = false, optional = true } [target.'cfg(target_family="unix")'.dev-dependencies]