Skip to content

Commit 285c7d3

Browse files
authored
Merge branch 'main' into preserve-insertion-order
2 parents f4cfa9f + f7745fd commit 285c7d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ datafusion-sql = { version = "44" }
5959
# serde
6060
serde = { version = "1.0.194", features = ["derive"] }
6161
serde_json = "1"
62-
strum = { version = "*"}
62+
strum = { version = "0"}
6363

6464

6565
# "stdlib"

crates/lakefs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ url = { workspace = true }
2828
dashmap = "6"
2929
serde = { workspace = true, features = ["derive"] }
3030
serde_json = { workspace = true }
31-
reqwest = {version = "*", features = ["json"]}
31+
reqwest = {version = "0.12", features = ["json"]}
3232
http = "1.0.0"
3333
delta_kernel = { workspace = true, features = [] }
3434

0 commit comments

Comments
 (0)