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.
2 parents f4cfa9f + f7745fd commit 285c7d3Copy full SHA for 285c7d3
Cargo.toml
@@ -59,7 +59,7 @@ datafusion-sql = { version = "44" }
59
# serde
60
serde = { version = "1.0.194", features = ["derive"] }
61
serde_json = "1"
62
-strum = { version = "*"}
+strum = { version = "0"}
63
64
65
# "stdlib"
crates/lakefs/Cargo.toml
@@ -28,7 +28,7 @@ url = { workspace = true }
28
dashmap = "6"
29
serde = { workspace = true, features = ["derive"] }
30
serde_json = { workspace = true }
31
-reqwest = {version = "*", features = ["json"]}
+reqwest = {version = "0.12", features = ["json"]}
32
http = "1.0.0"
33
delta_kernel = { workspace = true, features = [] }
34
0 commit comments