We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66ce44 commit 85c34efCopy full SHA for 85c34ef
Cargo.toml
@@ -47,7 +47,7 @@ uuid = { version = "1.16", features = ["v4"] }
47
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
48
async-trait = "0.1.88"
49
futures = "0.3"
50
-object_store = { version = "0.12.0", features = ["aws", "gcp", "azure", "http"] }
+object_store = { version = "0.12.1", features = ["aws", "gcp", "azure", "http"] }
51
url = "2"
52
53
[build-dependencies]
0 commit comments