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 c8ddb87 commit f0af095Copy full SHA for f0af095
Cargo.toml
@@ -48,7 +48,7 @@ uuid = { version = "1.16", features = ["v4"] }
48
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
49
async-trait = "0.1.88"
50
futures = "0.3"
51
-object_store = { version = "0.12.1", features = ["aws", "gcp", "azure", "http"] }
+object_store = { version = "0.12.3", features = ["aws", "gcp", "azure", "http"] }
52
url = "2"
53
log = "0.4.27"
54
0 commit comments