This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 50e9e4927e Update Cargo.toml (#6459)
50e9e4927e is described below
commit 50e9e4927ed4d763c76227c588aa324aa173032e
Author: Alexander Shtuchkin <[email protected]>
AuthorDate: Thu Sep 26 04:42:37 2024 -0400
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 a878c0c605..3a903220c5 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]