🌐 AI搜索 & 代理 主页
Skip to content

Commit 4e6cf6b

Browse files
montanalowMontana Low
andauthored
update deps (#1270)
Co-authored-by: Montana Low <montanalow@gmail.com>
1 parent 2beb247 commit 4e6cf6b

File tree

22 files changed

+534
-1062
lines changed

22 files changed

+534
-1062
lines changed

pgml-extension/Cargo.lock

Lines changed: 93 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-extension/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ csv = "1.2"
2424
flate2 = "1.0"
2525
blas = { version = "0.22" }
2626
blas-src = { version = "0.9", features = ["openblas"] }
27-
indexmap = { version = "1.0", features = ["serde"] }
28-
itertools = "0.11"
27+
indexmap = { version = "2.1", features = ["serde"] }
28+
itertools = "0.12"
2929
heapless = "0.7"
3030
lightgbm = { git = "https://github.com/postgresml/lightgbm-rs", branch = "main" }
3131
linfa = { path = "deps/linfa" }

pgml-extension/rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
max_width=120

0 commit comments

Comments
 (0)